Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 30, 2024
1 parent f77de74 commit 9af5256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ inputs:
hayagriva-token:
description: The GitHub token to use when fetching the version list from bytecodealliance/hayagriva. You shouldn't have to touch this. The default is the 'github.token' if you're on github.com or unauthenticated (rate limited) if you're not on github.com.
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
cache:
description: Whether or not to use the workflow cache to cache the compiled 'hayagriva' binary for future runs.
default: true

outputs:
hayagriva-version:
Expand Down

0 comments on commit 9af5256

Please sign in to comment.