Skip to content

Commit b37a451

Browse files
committed
Justere checkout
1 parent 6190ab5 commit b37a451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: "Checkout"
3333
uses: actions/checkout@v4
3434
with:
35-
ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref }}
36-
fetch-depth: 1
35+
ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name }}
36+
fetch-depth: 2
3737

3838
- name: "Check for changes in src folder"
3939
id: checkChanges

0 commit comments

Comments
 (0)