Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

@namnh240795/verify-commit-message-action

v1.4

@namnh240795/verify-commit-message-action

play

@namnh240795/verify-commit-message-action

Verify pull request commit message

Installation

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

              

- name: @namnh240795/verify-commit-message-action

uses: namnh240795/[email protected]

Learn more about this action in namnh240795/verify-commit-action

Choose a version

Hello world javascript action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b
with:
  who-to-greet: 'Mona the Octocat'