sujithq / mydockeraction

My Docker Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: sujithq/mydockeraction@v0.1.5 with: who-to-greet: 'Mona the Octocat'

About

My Docker Action


Languages

Language:Dockerfile 71.2%Language:Shell 28.8%