File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 steps :
1717 - name : Generate GitHub App token
1818 id : app-token
19- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
19+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
2020 with :
2121 app-id : ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
2222 private-key : ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}
2323
2424 - name : Validate PR
2525 id : validate
26- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
26+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2727 with :
2828 github-token : ${{ steps.app-token.outputs.token }}
2929 script : |
@@ -270,7 +270,7 @@ jobs:
270270 steps :
271271 - name : Generate GitHub App token
272272 id : app-token
273- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
273+ uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
274274 with :
275275 app-id : ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
276276 private-key : ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}
@@ -283,7 +283,7 @@ jobs:
283283 gh pr ready "$PR_URL" --undo
284284
285285 - name : Label and comment
286- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
286+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
287287 with :
288288 github-token : ${{ steps.app-token.outputs.token }}
289289 script : |
You can’t perform that action at this time.
0 commit comments