pararius/Composer update
Runs a composer update such that you can create a PR if there are any updates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 17, 2021
- License
- None
Pinned Snippet
uses: pararius/action-composer-update@7da0275a2bd910b22b0591727cc0dcd5722f8cc2 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-dir | Directory of the composer.lock | yes | ./ |
| composer-token | API token for composer | yes | — |
| composer-cache | Path to composer cache | yes | /tmp/composer-cache |
| composer-arguments | Additional composer arguments | yes | --ignore-platform-req=ext-grpc |
| check-outdated | Check if we should return the outdated packages | yes | 0 |
Outputs
| name | description |
|---|---|
| diff | Markdown table with the changed versions |
| outdated | Script output with the outdated packages that are left after updating |