Skip to content

Commit 730ebde

Browse files
committed
Fix test workflow
1 parent 22119e7 commit 730ebde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/checkout-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ jobs:
111111
uses: ./.github/actions/checkout/
112112
with:
113113
additional-fetch-refs: |
114-
refs/tags/test-data/v2/tag1:refs/tags/test-data/v2/tag1
115-
refs/tags/test-data/v2/tag2:refs/tags/test-data/v2/tag2
114+
refs/heads/main
116115
117116
# Sparse checkout
118117
- name: Sparse checkout

0 commit comments

Comments
 (0)