set workspace as a safe dir

This commit is contained in:
Stavros Kois
2022-11-24 12:26:33 +02:00
committed by GitHub
parent 2c006d6181
commit 8fcbcc3be0

View File

@@ -40,6 +40,9 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
- name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Collect changes
id: collect-changes
uses: ./.github/actions/collect-changes