Commit c06ca6b
committed
fix: use shell var $registry_list_output instead of ${{ }} expansion
${{ env.registry_list_output }} causes GitHub Actions to inline the raw
table content (with | pipes and newlines) directly into the bash script
before the shell parses it, breaking [[ ]] conditionals on Windows.
Using the shell env var avoids the inline substitution entirely.
https://claude.ai/code/session_01Y8NseCm28GqE8nQ1Yvg5aa1 parent 3b6d999 commit c06ca6b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments