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: avoid shell interpretation of PR body in CI workflows (#1280)
Use environment variables and printf instead of direct template
substitution to prevent backticks and special characters in PR
body from being interpreted as shell commands.
0 commit comments