You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments