Commit 82ea1af
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.1 parent 5a8b08a commit 82ea1af
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
8 | 28 | | |
9 | 29 | | |
10 | 30 | | |
| |||
0 commit comments