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/create-empty-commit@v1.0.0
    with:
        token: ${{ secrets.GITHUB_TOKEN }}
        email: YourEmail@Email.com
        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

 
 
 

Contributors

Languages

  • TypeScript 88.6%
  • JavaScript 11.4%