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

Announcement Pull Request

v1.1

Announcement Pull Request

play

Announcement Pull Request

Greet someone and record the time

Installation

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

              

- name: Announcement Pull Request

uses: paulo9mv/[email protected]

Learn more about this action in paulo9mv/announcement_pull_request

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"