mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: step name reference in fix-format.yml (#28912)
This commit is contained in:
parent
f973927c68
commit
70bb7e4b7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fix-format.yml
vendored
2
.github/workflows/fix-format.yml
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue