Commit 16984af
committed
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/206657547181 parent c12d6e5 commit 16984af
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments