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 run-name to show commit hash instead of invalid split() function
Use github.sha to display the actual commit hash in workflow runs:
- Manual runs: "Manual Test - abc1234"
- Automatic runs: "Fast Build - def5678"
This fixes the workflow validation error and restores the friendly name
"Main Push - Fast" in the GitHub Actions workflow list.
Signed-off-by: Mark Pollack <[email protected]>
0 commit comments