Skip to content

Commit

Permalink
Select fetch_depth 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Oct 3, 2023
1 parent 85ca838 commit 2ccb185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 2

- name: Determine Version
id: gitversion # id to later be referenced
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/showversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 2

- name: Determine Version
id: gitversion # id to later be referenced
Expand Down

0 comments on commit 2ccb185

Please sign in to comment.