Skip to content

Commit

Permalink
Fix Fetch Depth PR (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 authored Sep 12, 2024
1 parent 89271e4 commit 5346c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
fetch-depth: 0
- name: Generate Matrix Action
id: set-matrix
uses: submitty/[email protected]
Expand Down

0 comments on commit 5346c6b

Please sign in to comment.