set workspace as a safe dir
This commit is contained in:
@@ -40,6 +40,9 @@ jobs:
|
|||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setting repo parent dir as safe safe.directory
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: Collect changes
|
- name: Collect changes
|
||||||
id: collect-changes
|
id: collect-changes
|
||||||
uses: ./.github/actions/collect-changes
|
uses: ./.github/actions/collect-changes
|
||||||
|
|||||||
Reference in New Issue
Block a user