Skip to content

Commit 0f70be5

Browse files
committed
address feedback
1 parent 9eaa671 commit 0f70be5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual_release_beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
checks: read
2626
steps:
2727
- name: Wait for checks
28-
uses: apify/workflows/wait-for-checks@wait-for-checks-action
28+
uses: apify/actions/wait-for-checks@main
2929
with:
3030
ref: ${{ github.sha }}
3131
check-regexp: '^Checks'

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
checks: read
3939
steps:
4040
- name: Wait for checks
41-
uses: apify/workflows/wait-for-checks@wait-for-checks-action
41+
uses: apify/actions/wait-for-checks@main
4242
with:
4343
ref: ${{ github.sha }}
4444
check-regexp: '^Checks'

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# skipped when called from another workflow. TODO: pin to a tag after apify/workflows#238 is merged.
4444
- name: Wait for checks
4545
if: github.event_name == 'workflow_dispatch'
46-
uses: apify/workflows/wait-for-checks@wait-for-checks-action
46+
uses: apify/actions/wait-for-checks@main
4747
with:
4848
ref: ${{ github.sha }}
4949
check-regexp: '^Checks'

0 commit comments

Comments
 (0)