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
check-changeset.yml: replace 'echo' with 'cat << [heredoc]' to avoid interpolation of special characters in CHANGESET_ERROR_MESSAGE
This fixes the following error in the "Print changeset checker output" step:
```
/home/runner/work/_temp/05ad4244-c741-4473-b5fa-88197e013f3c.sh: line 1: fg: no job control
/home/runner/work/_temp/05ad4244-c741-4473-b5fa-88197e013f3c.sh: command substitution: line 1: unexpected EOF while looking for matching `''
/home/runner/work/_temp/05ad4244-c741-4473-b5fa-88197e013f3c.sh: command substitution: line 2: syntax error: unexpected end of file
/home/runner/work/_temp/05ad4244-c741-4473-b5fa-88197e013f3c.sh: line 1: .%0A: command not found
- Changeset formatting error in following file:%0A changeset addchangeset add --empty%0A
```
e.g. https://github.com/firebase/firebase-js-sdk/actions/runs/7586786834/job/20665754718
0 commit comments