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
fix(ci): Remove duplicate context declaration in e2e workflow
The GitHub Actions script was attempting to redeclare the 'context'
variable which is already a global in the actions/github-script
environment. This caused a SyntaxError preventing the workflow from
running. Fixed by using github.context directly instead of creating
a local variable.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
Assisted-by: Claude-3.5-Sonnet (via Claude Code)
0 commit comments