We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da7f83e + 4a6957f commit 2403173Copy full SHA for 2403173
.github/workflows/auto-merge.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Wait for CI checks
72
if: steps.check_auto_merge.outputs.auto_merge == 'true'
73
- uses: lewagon/wait-on-check-action@v1.3.4
+ uses: lewagon/wait-on-check-action@v1.5.0
74
with:
75
ref: ${{ github.event.pull_request.head.sha }}
76
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments