Skip to content

ingomohr/hello-world-docker-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note:

This is an example to get hands warm w/ docker actions See https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action for the documentation.

Hello world docker action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

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

About

Example to get hands warm w/ docker actions

Resources

Stars

Watchers

Forks

Packages

No packages published