pesde-pkg/setup-pesde
Installs pesde (and optionally Lune) in GitHub actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of pesde to install | — | — |
| lune-version | Version of lune to install | — | — |
| token | A GitHub token, used to access the API and avoid ratelimits (defaults to `github.token`) | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
| cache | Whether to cache package directories and the pesde index (defaults to false) | — | false |
| home | Directory where pesde should store its CAS, binaries, and other data (defaults to $PESDE_HOME) | — | — |
| cwd | Base directory where the pesde project is located (defaults to $GITHUB_WORKSPACE) | — | ${{ github.workspace }} |
Outputs
no outputs