Skip to content

Commit 26085d1

Browse files
vdusekclaude
andcommitted
ci: point package check at apify/actions main branch
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 971a358 commit 26085d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_check_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: uv run poe build
2828

2929
- name: Verify built package
30-
uses: apify/actions/python-package-check@feat/python-package-check-action
30+
uses: apify/actions/python-package-check@main
3131
with:
3232
package_name: apify_shared
3333
dist_dir: dist

.github/workflows/manual_release_beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ref: ${{ needs.changelog_update.outputs.changelog_commitish }}
6262

6363
- name: Verify built package
64-
uses: apify/actions/python-package-check@feat/python-package-check-action
64+
uses: apify/actions/python-package-check@main
6565
with:
6666
package_name: apify_shared
6767
dist_dir: dist

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
ref: ${{ needs.changelog_update.outputs.changelog_commitish }}
9797

9898
- name: Verify built package
99-
uses: apify/actions/python-package-check@feat/python-package-check-action
99+
uses: apify/actions/python-package-check@main
100100
with:
101101
package_name: apify_shared
102102
dist_dir: dist

0 commit comments

Comments
 (0)