pararius/Dependabot composer diff
Posts a comment with a diff when Composer dependencies are updated
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 18, 2023
- License
- None
Pinned Snippet
uses: pararius/action-composer-diff@27e8b6f619d71e8de114899d3d07bd20b3a780a6 # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base_path | Path where to find the composer.lock file. | yes | ./ |
| pull_request | The pull request to post the comment to. This defaults to the current PR and should not be changed. | yes | ${{ github.event.number }} |
| token | GitHub token to post the comment with. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| diff | The generated diff |