We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8730ea8 commit e1587e7Copy full SHA for e1587e7
.github/workflows/pd-externals.yml
@@ -96,8 +96,11 @@ jobs:
96
- name: Checkout code
97
uses: actions/checkout@v4
98
with:
99
- # https://github.com/actions/checkout/issues/1169
100
- set-safe-directory: ${{ github.workspace }}
+ # check out all tags to get proper version in Deken package
+ 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
104
- name: Retrieve Linux externals
105
uses: actions/download-artifact@v5
106
0 commit comments