malteeez/Run packscripts
Download and run a packscripts command in CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | packscripts command to run (e.g. "pr gate <pr url>") | yes | — |
| github_token | GitHub token passed as PACKSCRIPTS_GITHUB_API_KEY for API calls. | no | ${{ github.token }} |
| config | Path or URL to the packscripts.json config file. Overrides the default config search. | no | "" |
| annotated_file | Path or URL to the annotated mods JSON file. Overrides the value in packscripts.json. | no | "" |
| working_directory | Working directory for packscripts. Required when config is a URL (defaults to the workspace root). | no | ${{ github.workspace }} |
| musl | Use musl-linked binary on Linux instead of the default glibc-linked one. | no | false |
Outputs
| name | description |
|---|---|
| annotated_file_path | Resolved on-disk path of the annotated mods file (useful when it was fetched from a URL). |