Skip to content
edit-3

GitHub Action

Hello World by JanithaR

v1 Latest version

Hello World by JanithaR

edit-3

Hello World by JanithaR

Greet someone and record the time

Installation

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

              

- name: Hello World by JanithaR

uses: JanithaR/github-fullname-action@v1

Learn more about this action in JanithaR/github-fullname-action

Choose a version

Hello world javascript action

This action prints "Hello, " + the full name of a person + "!" to greet to the log.

Inputs

first-name

Required The first name of the person to greet.

last-name

Required The last name of the person to greet.

Outputs

time

The time we greeted you.

Example usage

uses: actions/github-fullname-action@v1
with:
  first-name: 'Janitha'
  last-name: 'Ranawansa'