Skip to content
play

GitHub Action

Create Empty Commit

v1.0.0 Latest version

Create Empty Commit

play

Create Empty Commit

Create Empty Commit

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Create Empty Commit

uses: velocibear/[email protected]

Learn more about this action in velocibear/create-empty-commit

Choose a version

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