Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gha: add gh-context 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 something like shared commit-sha (correlation-id of sorts) as artifact will help us keep track of that. This information is contained in github context, so we save the whole json.
- Loading branch information