Skip to content

Commit d510719

Browse files
change wait action
1 parent 0ad2cab commit d510719

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy_pr_preview.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
packages: write
1313

1414
steps:
15-
- name: wait for potential build environment update
16-
uses: lewagon/wait-on-check-action@v1.3.1
15+
- name: Wait for potential build environment update
16+
uses: fountainhead/action-wait-for-check@v1.1.0
1717
with:
18-
ref: ${{ github.ref }}
19-
check-name: 'Rebuild docker image'
20-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
token: ${{ secrets.GITHUB_TOKEN }}
19+
checkName: "Rebuild docker image"
20+
ref: ${{ github.event.pull_request.head.sha }}
2121

2222
- name: Checkout the repo
2323
uses: actions/checkout@v2

0 commit comments

Comments
 (0)