actions-marketplace-validations/Release Changes
GitHub Actions for checking changes between releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sha | The commit SHA that triggered the workflow run | no | ${{ github.sha }} |
| ref_name | The branch or tag name that triggered the workflow run | no | ${{ github.ref_name }} |
Outputs
| name | description |
|---|---|
| changes | Indicates if there are changes from the latest release |
| latest | The lastest release on the workflow branch |