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: resolve GITHUB_OUTPUT format error and suppress telemetry warning
- Fix grep -c pattern that caused "Invalid format '0'" error when no
matches found. grep -c exits with code 1 on zero matches, causing
the || fallback to run and produce multiline output "0\n0"
- Add DISABLE_TELEMETRY=true env var to suppress telemetry warning in CI
0 commit comments