mirror of
https://github.com/truenas/charts.git
synced 2026-03-31 09:20:42 +08:00
Mark catalog dir as safe
This commit is contained in:
6
.github/workflows/update_catalog.yaml
vendored
6
.github/workflows/update_catalog.yaml
vendored
@@ -17,12 +17,12 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Update catalog details
|
||||
run: |
|
||||
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_update update --path $PWD"
|
||||
- name: Add catalog json as a safe directory
|
||||
run: |
|
||||
/bin/bash -c "PWD=${pwd}; git config --global --add safe.directory $PWD"
|
||||
- name: Update catalog details
|
||||
run: |
|
||||
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_update update --path $PWD"
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update catalog information
|
||||
|
||||
Reference in New Issue
Block a user