Skip to content
play

GitHub Action

Test Action Hola

release_v3 Latest version

Test Action Hola

play

Test Action Hola

Greet someone and record the time

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Test Action Hola

uses: khrist14n/test_action_hola@release_v3

Learn more about this action in khrist14n/test_action_hola

Choose a version

Hello world docker action

This action prints "Hello World" to the log or "Hello" + the name of a person to greet. To learn how this action was built, see "Creating a Docker container action" in the GitHub Docs.

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