🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
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. A
Adrien committed
1ae5aaaee3e012d855304337620f9fbaea31356f
Parent: ecc7e32
Committed by GitHub <noreply@github.com>
on 5/18/2026, 5:57:28 AM