mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
Add github workflow for updating catalog information
This commit is contained in:
22
.github/workflows/update_catalog.yaml
vendored
Normal file
22
.github/workflows/update_catalog.yaml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: catalog_validation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: truenas/catalog_validation:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Update catalog details
|
||||
run: ./update_catalog_detail.py
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update catalog information
|
||||
file_pattern: 'catalog.json'
|
||||
Reference in New Issue
Block a user