This repository is an accompaniment to my blogpost Creating a wrapping action on GitHub Actions.
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
.
This Action is distributed under the terms of the MIT license, see LICENSE for details.