There was an error while loading. Please reload this page.
1 parent 95c5208 commit 5a908a2Copy full SHA for 5a908a2
1 file changed
README.md
@@ -11,7 +11,7 @@ A GitHub Action that allows you to wait for another GitHub check to complete. Th
11
```yaml
12
steps:
13
- name: Wait for build to succeed
14
- uses: fountainhead/action-wait-for-check@v1.1.0
+ uses: fountainhead/action-wait-for-check@v1.2.0
15
id: wait-for-build
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments