mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
Use catalog validation docker image to update catalog data
This commit is contained in:
3
.github/workflows/update_catalog.yaml
vendored
3
.github/workflows/update_catalog.yaml
vendored
@@ -15,7 +15,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update catalog details
|
||||
run: ./update_catalog_detail.py
|
||||
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