/gha-wrapping-action-demo

Demo of a wrapping action for GitHub Actions

Primary LanguageTypeScriptMIT LicenseMIT

Wrapping action demo

This repository is an accompaniment to my blogpost Creating a wrapping action on GitHub Actions.

Getting started

Build the code before checking it in, GitHub Actions will not look at src/ and will only run dist/index.js:

npm run all

The code that is executed can be found in src/index.ts. The GitHub Actions runtime is configured by action.yaml.

License

This Action is distributed under the terms of the MIT license, see LICENSE for details.