Add checkout dir as safe dir

This commit is contained in:
sonicaj
2023-03-16 19:48:53 +05:00
parent bf0348f7ab
commit 0808066184

View File

@@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Adding git directory to safe path
run: git config --global --add safe.directory "$(pwd)"
- name: Fetch base branch history
run: git fetch origin master:master
- name: validate dev catalog