Skip to content

Commit a95051a

Browse files
committed
Fix ref
1 parent cdd01d6 commit a95051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
37-
ref: main
37+
ref: ${{ github.ref.name }}
3838
- name: Check if there is any data available
3939
id: check_data
4040
uses: andstor/file-existence-action@v3

0 commit comments

Comments
 (0)