Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.47 KB

README.md

File metadata and controls

76 lines (50 loc) · 1.47 KB

Test

Create a Composite Action

Click the Use this template to bootstrap the creation of a composite action.:rocket:

This template includes tests, a validation workflow and versioning guidance.

Learn how to use this template at Wiki.

Usage

Basic

steps:
  - uses: snow-actions/[email protected]

Optional

steps:
  - uses: snow-actions/[email protected]
    with:
      who-to-greet: Your name

Environment variables

Name Description Default Required
WHO_TO_GREET Who to greet World no

Inputs

See action.yml

Name Description Default Required
who-to-greet Who to greet World yes

Outputs

See action.yml

Name Description
greet The word we greeted you

Supported

Runners

  • ubuntu-*
  • windows-*
  • macos-*
  • self-hosted

Events

  • Any

Dependencies

Contributing

Welcome.