Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 835 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 835 Bytes

Action Template using Typescript and yarn

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

Development

Install Dependencies

yarn

Build Artifact

yarn run all

Change action.yml

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

Upgrade Dependencies

yarn run dependency-upgrade