add safe dir
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
|||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
|
|
||||||
|
- name: Setting repo parent dir as safe safe.directory
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user