mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 02:23:49 +08:00
Add checkout dir as safe dir
This commit is contained in:
2
.github/workflows/dev_apps_validate.yml
vendored
2
.github/workflows/dev_apps_validate.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user