Template for a Github Action using Typescript and Yarn
Based on actions/typescript-action
Sample yaml snippet:
- uses: fwilhe2/action-template@main
with:
guest_name: Thomas
Run the action manually on the cli: INPUT_GUEST_NAME=Michael node dist/index.js
yarn
yarn run all
The action.yml
defines the inputs and output for your action.
Update the action.yml
with your name, description, inputs and outputs for your action.
See the documentation
yarn run dependency-upgrade