Skip to content

Commit d2ec29d

Browse files
committed
refactor: rename GitHub workflow file to publish_test.yml
1 parent 797e573 commit d2ec29d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publich_test.yml renamed to .github/workflows/publish_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Checkout Repository
2222
uses: actions/checkout@v4
2323
with:
24+
repository: ${{ github.event.workflow_run.head_repository.full_name }}
2425
ref: ${{ github.event.workflow_run.head_branch }}
26+
fetch-depth: 0
2527

2628
- name: Download and Extract Artifacts
2729
uses: dawidd6/action-download-artifact@e7466d1a7587ed14867642c2ca74b5bcc1e19a2d

0 commit comments

Comments
 (0)