pesde-pkg/setup-pesde

Installs pesde (and optionally Lune) in GitHub actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of pesde to install
lune-versionVersion of lune to install
tokenA GitHub token, used to access the API and avoid ratelimits (defaults to `github.token`)${{ github.server_url == 'https://github.com' && github.token || '' }}
cacheWhether to cache package directories and the pesde index (defaults to false)false
homeDirectory where pesde should store its CAS, binaries, and other data (defaults to $PESDE_HOME)
cwdBase directory where the pesde project is located (defaults to $GITHUB_WORKSPACE)${{ github.workspace }}

no outputs