Skip to content

Commit

Permalink
No shallow fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Oct 1, 2023
1 parent 85b1b0f commit 3778f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
# prepare lwmbs
cd /lwmbs
git remote set-url origin "https://github.com/${{ inputs.workflowRepo || github.repository }}"
git fetch --depth 1 origin ${{ inputs.workflowRev || github.sha }}
git fetch origin ${{ inputs.workflowRev || github.sha }}
git checkout FETCH_HEAD
cd /
Expand Down

0 comments on commit 3778f24

Please sign in to comment.