Use this action to create a empty commit with a message on a PR
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