Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make logdump action output path configurable
Currently, the logdump action output path is hard-coded. Running this action twice in the same CI causes these actions to overwrite each others logs. With this commit, the path can now be configured by setting the `$LOGDUMP_OUTPUT_DIR` env variable in a workflow. If it is not set the path will fall-back to `tmp_logs_$GITHUB_JOB` with $GITHUB_JOB being the unique id of the current running job. Closes canonical#95
- Loading branch information