actions-marketplace-validations/apta logdiff
Calcuate differences in log files from software executions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 28, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/apta-technologies_logdiff@c1c3ad06fc332634acfe662ed71dc5080da99e14 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tracefile | current execution traces | yes | inputfile.csv |
| inifile | config file | yes | edsm.ini |
| apitoken | The api token to use | yes | — |
| gitref | The git ref to store for this run | yes | ${{ github.ref }} |
| reponame | The name of the repository we are running logdiff for | yes | ${{ github.repository }} |
| separator | The separator used to parse the input csv file | yes | , |
Outputs
| name | description |
|---|---|
| resultfile | overview of differences found |