moddyz / HelloWorldDockerAction

A minimal docker action.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloWorldDockerAction

This action prints "Hello world" or "Hello" + name of a specified person to the log.

Inputs

who

Required The name of the person to greet. Defaults to "World".

Outputs

time

The time the greeting occured.

Example usage

uses: moddyz/HelloWorldDockerAction@v1
with:
  who: 'Cobra Kai'

About

A minimal docker action.


Languages

Language:Dockerfile 78.6%Language:Shell 21.4%