Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 369 Bytes

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