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 6190ab5 commit b37a451Copy full SHA for b37a451
.github/workflows/buildAndPublish.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: "Checkout"
33
uses: actions/checkout@v4
34
with:
35
- ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref }}
36
- fetch-depth: 1
+ ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name }}
+ fetch-depth: 2
37
38
- name: "Check for changes in src folder"
39
id: checkChanges
0 commit comments