Fix catalog.json github action

This commit is contained in:
M. Rehan
2023-01-31 12:12:09 +05:00
parent ef9a62388a
commit e6a414f940

View File

@@ -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