Skip to content
play

GitHub Action

Test Javascript Hello Action

v1.0 Pre-release

Test Javascript Hello Action

play

Test Javascript Hello Action

Greet someone and record the time

Installation

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

              

- name: Test Javascript Hello Action

uses: adeloyedeji/[email protected]

Learn more about this action in adeloyedeji/github-actions-hello

Choose a version

Hello world javascript action

This action prints "Hello World" "Hello" + the name os 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/github-actions-hello@v1 with: who-to-greet: 'Mona the Octocat'