Skip to content

Commit

Permalink
Fix git diff, seems to need fetch depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed Aug 8, 2023
1 parent 1991ec8 commit 47052e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nmc-custom-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ inputs.assembly }}
fetch-depth: 1
fetch-depth: 0
token: ${{ env.BUILD_TOKEN }}

- name: Fetch custom assembly
Expand Down

0 comments on commit 47052e0

Please sign in to comment.