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
Three suffix expressions `fromJSON('["']')[0]` in the Slack notification
payload were syntactically invalid — the single-quoted string closed early,
leaving `]` as an unexpected token. GitHub Actions rejected these expressions
at run time, preventing the workflow from starting even via workflow_dispatch.
Also gate the failure count values with the same condition as their prefix
labels so blank lines / stray zeros don't appear in Slack when there are
no failures.
0 commit comments