Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 309 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 309 Bytes

sandbox-action

Sandbox of GitHub Action

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@v1
with:
  who-to-greet: 'Mona the Octocat'