guillaumefalourd/DIFF Action 🕵️
Github Action to compare 2 files using diff 🕵️
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| first_file_path | repo/path/file.txt | yes | — |
| second_file_path | repo/path/file.txt | yes | — |
| expected_result | PASSED or FAILED | no | PASSED |
| specific_line | file line to compare | no | — |
Outputs
| name | description |
|---|---|
| diff-output | Diff output |