Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 307 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 307 Bytes

thanksd/hello-action

Simple GitHub Action package for learning

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-action@v1.1
with:
  who-to-greet: 'Brian'