Skip to content

davekpatrick/action-learn-javascript-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning GitHub Actions: Javascript 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'