Skip to content

davekpatrick/action-learn-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'