We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd01d6 commit a95051aCopy full SHA for a95051a
.github/workflows/pipeline.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v5
35
with:
36
fetch-depth: 0
37
- ref: main
+ ref: ${{ github.ref.name }}
38
- name: Check if there is any data available
39
id: check_data
40
uses: andstor/file-existence-action@v3
0 commit comments