changepacks/Changepacks Action
Changepacks Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to use for the action | yes | ${{ github.token }} |
| create_release | Whether to create a release | no | true |
| publish | Whether to publish the package | no | false |
| finalize_releases | JSON release receipt from pending_releases to publish draft releases after downstream jobs succeed | no | "" |
| publish_options | Additional CLI options to pass to the publish command | no | "" |
| language | Language filter to pass to changepacks commands that support it (-l <language>) | no | "" |
| slack_webhook_url | Slack webhook URL for release notifications | no | — |
Outputs
| name | description |
|---|---|
| changepacks | Successfully released or published project paths |
| release_assets_urls | The URLs of the release assets |
| pending_releases | JSON release receipt for draft releases awaiting downstream publication |