Skip to content
check-circle

GitHub Action

Learning Development of GitHub Action

v2.0.0 Latest version

Learning Development of GitHub Action

check-circle

Learning Development of GitHub Action

Hello World Simple Sample github action for learning

Installation

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

              

- name: Learning Development of GitHub Action

uses: vipins-lab/[email protected]

Learn more about this action in vipins-lab/sample-action

Choose a version

sample-action - Learning Development of GitHub Docker Action

Development of Simple Sample Action. Hello World sample action.

This action prints input information for a employee.

Inputs

name

Required The name of the person. Default "Vipin".

employer

Required The name of the person's employer. Default "STD".

Outputs

message

Employee information.

Example usage

uses: vipins-lab/sample-action@main
with:
    name: 'Vipin'
    employer: 'Stan'