Skip to content

babu-izhan-5001312/create-empty-commit

 
 

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

About

Github Action - Create Empty Commit With a Message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • JavaScript 11.4%