mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
Merge pull request #974 from truenas/mrehan/fix-catalog.json-push
NAS-120131 / 23.10 / Fix catalog.json github action
This commit is contained in:
3
.github/workflows/update_catalog.yaml
vendored
3
.github/workflows/update_catalog.yaml
vendored
@@ -18,6 +18,9 @@ jobs:
|
||||
- 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"
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update catalog information
|
||||
|
||||
Reference in New Issue
Block a user