Skip to content

Commit 5346c6b

Browse files
authored
Fix Fetch Depth PR (#1)
1 parent 89271e4 commit 5346c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v3
3434
with:
35-
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
35+
fetch-depth: 0
3636
- name: Generate Matrix Action
3737
id: set-matrix
3838
uses: submitty/[email protected]

0 commit comments

Comments
 (0)