Skip to content

velocibear/create-empty-commit

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Create Empty Commit Github Action

Use this action to create a empty commit with a message on a PR

Examples

on:
  pull_request:
jobs:
    uses: velocibear/[email protected]
    with:
        token: ${{ secrets.GITHUB_TOKEN }}
        email: [email protected]
        name: YourName
        message: Whatever commit message you want to post