add safe dir

This commit is contained in:
Stavros Kois
2022-11-24 12:38:48 +02:00
committed by GitHub
parent 67a4e2b81b
commit 3889283a23
+3
View File
@@ -23,6 +23,9 @@ jobs:
fetch-depth: 100
ref: ${{ inputs.checkoutCommit }}
- name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with: