thementalgoose/Dependency Diffs
Output the dependency differences between two branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| before | Path to the file that contains the output diff before any dependency updates | yes | — |
| after | Path to the file that contains the output diff after any dependency updates | yes | — |
| output_to_file | Output the diff to a file | yes | false |
| output_to_file_name | Name of the file to output the diff too. Only outputted if output_to_file is true | yes | diff.txt |
| post_pr_comment | Post a pull request comment with the result if this is ran as part of a pull request | yes | false |
| repo_token | A GitHub token for API access. Defaults to {{ github.token }}. | yes | ${{ github.token }} |
| show_removals | Show library removals in the difference output | yes | true |
Outputs
| name | description |
|---|---|
| is_difference_found | If no difference is found |
| difference | The output |