Skip to content

Commit e1587e7

Browse files
committed
Fix git config
1 parent 8730ea8 commit e1587e7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pd-externals.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,11 @@ jobs:
9696
- name: Checkout code
9797
uses: actions/checkout@v4
9898
with:
99-
# https://github.com/actions/checkout/issues/1169
100-
set-safe-directory: ${{ github.workspace }}
99+
# check out all tags to get proper version in Deken package
100+
fetch-depth: 0
101+
- name: git clone fix
102+
# https://github.com/actions/checkout/issues/1169:
103+
run: git config --system --add safe.directory $GITHUB_WORKSPACE
101104
- name: Retrieve Linux externals
102105
uses: actions/download-artifact@v5
103106
with:

0 commit comments

Comments
 (0)