Make sure apps.json is up-to-date in actions

This commit is contained in:
Aaron Dewes 2022-01-13 20:22:27 +01:00 committed by GitHub
parent 320ee00d6f
commit 034eb62668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ jobs:
- name: Check for updates
run: |
./update.py
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
git clone https://github.com/runcitadel/dev-tools
cd dev-tools
@ -26,6 +27,7 @@ jobs:
yarn citadel-dev appcheck -d ../apps
cd ..
rm -rf dev-tools
./update.py
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git commit -a -m "Update apps"