mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-11 16:30:37 +00:00
Make sure apps.json is up-to-date in actions
This commit is contained in:
parent
320ee00d6f
commit
034eb62668
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user