Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 348 Bytes

Learning GitHub Actions: Hello World

This action prints a greeting message to the log.

Inputs

greetingType

Optional The type of the greeting to provided. Default "Hello".

Outputs

greetingMessage

The super cool greeting

Example usage

uses: davekpatrick/[email protected] with: greetingType: 'Hello'