Skip to content

Commit 2e278a7

Browse files
committed
fix(wait-jobs): fixed input param
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 9a912b8 commit 2e278a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@09fdf6112081c9d6bea91b551b771a1b6bcf8d98 # v1.1.0
6767
with:
6868
pr-url: ${{ env.PR_URL }}
69-
gh-token: ${{ secrets.GITHUB_TOKEN }}
69+
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
-
7171
name: Auto-merge bot-go-openapi PRs
7272
run: gh pr merge --auto --rebase "$PR_URL"

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@09fdf6112081c9d6bea91b551b771a1b6bcf8d98 # v1.1.0
8989
with:
9090
pr-url: ${{ env.PR_URL }}
91-
gh-token: ${{ secrets.GITHUB_TOKEN }}
91+
github-token: ${{ secrets.GITHUB_TOKEN }}
9292
-
9393
name: Auto-merge PR
9494
run: gh pr merge --auto --rebase "$PR_URL"

0 commit comments

Comments
 (0)