Commit c079d7b
committed
fix(ci): hardcode job names (env context not allowed in job name)
The ${{ env.ELIXIR_VERSION }} expression in the job 'name:' field
caused GitHub to reject the workflow entirely (failed in 0 seconds,
'workflow file issue').
Per the GitHub Actions docs, the 'env' context is not available in
job 'name:' fields. Hardcoded the Elixir version and OTP version
into the job names. The actual versions are still in env: block
and used by the setup-beam action.1 parent addd903 commit c079d7b
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
0 commit comments