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: ThomasRun the action manually on the cli: INPUT_GUEST_NAME=Michael node dist/index.js
yarnyarn run allThe 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