fix: step name reference in fix-format.yml (#28912)

This commit is contained in:
bo0tzz
2026-06-08 20:32:34 +02:00
committed by GitHub
parent f973927c68
commit 70bb7e4b7e
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
if: always()
with:
github-token: ${{ steps.generate-token.outputs.token }}
github-token: ${{ steps.token.outputs.token }}
script: |
github.rest.issues.removeLabel({
issue_number: context.payload.pull_request.number,