Commit 8ae2875
committed
fix: remove env context from job name in GitHub Actions
- Replace env.PRIMARY_PYTHON_VERSION with literal '3.13' in job name
- Job-level properties cannot access env context, only step-level can
- Fixes error: 'env' context not available in job name property1 parent 20b01ed commit 8ae2875
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments