Skip to content

Commit

Permalink
Use @actions/tools-cache to cache esy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jul 12, 2024
1 parent 78b4c52 commit b0e1bda
Show file tree
Hide file tree
Showing 5 changed files with 5,446 additions and 19 deletions.
23 changes: 23 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,29 @@ inputs:
postinstall-js:
description: Path to a postinstall.js file that would be run by NPM
required: false
setup-esy:
description: Flag to control if esy itself should be installed by the action
required: false
setup-esy-tarball:
description:
URL to esy tarball. Must be provided together with shasum and version.
Else, the action will default to latest from NPM
required: false
setup-esy-shasum:
description:
shasum of the tarball. Must be provided together with shasum and version.
Else, the action will default to latest from NPM
required: false
setup-esy-version:
description:
version of the esy tool. Must be provided together with shasum and
version. Else, the action will default to latest from NPM
required: false
setup-esy-npm-package:
description:
Alternative NPM package that contains esy. Can contain version/tag too. Eg
esy@beta.
required: false
runs:
using: node20
main: dist/index.js
Expand Down
Loading

0 comments on commit b0e1bda

Please sign in to comment.