/composite-action-template

Create a Composite Action with tests, workflow and versioning

MIT LicenseMIT

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/composite-action-template@v1.0.0

Optional

steps:
  - uses: snow-actions/composite-action-template@v1.0.0
    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.