Commit 1ae5aaa
authored
chore(ci): remove dead env vars from circleci-failure-summary-comment.yml (#45972)
`TARGET_BRANCH` and `TARGET_SHA` were declared at the job level but never
referenced by any subsequent step. `PR_NUMBER` was also declared at the
job level but every step that needs it re-declares its own step-local
`PR_NUMBER: ${{ github.event.pull_request.number }}` env, so the
job-level binding was equally unused.
Drop the entire job-level `env:` block. No behavior change.1 parent ecc7e32 commit 1ae5aaa
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
0 commit comments