guillaumefalourd/Assert Command Line Output
Github Action to assert / check a command line output 🕵️⚙️🖥
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command_line | The command line you want to run | yes | — |
| assert_file_path | Path to assert file to compare. e.g: repo/path/file.txt | no | — |
| specific_line | Assert file line to compare with the command line output file | no | — |
| contains | Expression the command line output file must contain | no | — |
| work_dir | Path to run the command and respective assertion | no | — |
| expected_result | PASSED or FAILED | no | PASSED |
Outputs
| name | description |
|---|---|
| diff-output | Assert output |