ci: fix deprecation review automation for PRs (#39649)
This commit is contained in:
parent
83760bd5c6
commit
48e14bc54e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request-labeled.yml
vendored
2
.github/workflows/pull-request-labeled.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
echo "TOKEN=$TOKEN" >> "$GITHUB_OUTPUT"
|
echo "TOKEN=$TOKEN" >> "$GITHUB_OUTPUT"
|
||||||
- name: Set status
|
- name: Set status
|
||||||
if: ${{ steps.generate-token.outputs.TOKEN }}
|
if: ${{ steps.generate-token.outputs.TOKEN }}
|
||||||
uses: github/update-project-action@2d475e08804f11f4022df7e21f5816531e97cb64 # v2
|
uses: dsanders11/update-project-action@7ade91760df70df76770a238abee7a4869e01cf8
|
||||||
with:
|
with:
|
||||||
github_token: ${{ steps.generate-token.outputs.TOKEN }}
|
github_token: ${{ steps.generate-token.outputs.TOKEN }}
|
||||||
organization: electron
|
organization: electron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue