소스 검색

Add checkout dir as safe dir

sonicaj 2 년 전
부모
커밋
0808066184
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/dev_apps_validate.yml

+ 2 - 0
.github/workflows/dev_apps_validate.yml

@@ -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