Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gha: add correlation-id job to installer workflow
We want to keep track of something unique to the trigger-event (that is the same across all actions triggered by that event that particular time). Given that an event triggered a chain of workflows, first workflow in the chain can access the trigger event, but later workflows can't. Saving a correlation-id as artifact will help us keep track of that.
- Loading branch information