dbgb / hello-github-actions

Home Page:https://lab.github.com/githubtraining/github-actions:-hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Action: Greeter

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

Inputs

USER_NAME

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

Outputs

TIME

"The time of the greeting"

Example usage

. . .

- name: Greeting step
  id: greeting
  uses: ./action-a
  with:
    USER_NAME: "dbgb"

About

https://lab.github.com/githubtraining/github-actions:-hello-world

License:MIT License


Languages

Language:Dockerfile 55.9%Language:Shell 44.1%