Skip to content

Commit 6b02c7b

Browse files
committed
fix: workflow condition
1 parent 9430e2f commit 6b02c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
tag: ${{ steps.set_tag.outputs.TAG }}
3030
steps:
3131
- name: Wait for Docker build
32-
uses: fountainhead/action-wait-for-check@v1.2.0
32+
uses: lewagon/wait-on-check-action@v1.3.4
3333
with:
34-
token: ${{ secrets.GITHUB_TOKEN }}
35-
checkName: Publish Dev Docker Image
34+
check-name: Publish Dev Docker Image
3635
ref: ${{ github.sha }}
36+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: set tag
3939
id: set_tag

0 commit comments

Comments
 (0)