1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

Update updater.yml

This commit is contained in:
ericgaspar 2021-09-15 17:03:49 +02:00
parent 213db57582
commit 93c2290396
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -24,7 +24,7 @@ jobs:
git config --global user.name 'yunohost-bot'
git config --global user.email 'yunohost-bot@users.noreply.github.com'
# Run the updater script
./.github/workflows/updater.sh
/bin/bash ./.github/workflows/updater.sh
- name: Commit changes
id: commit
if: ${{ env.PROCEED == 'true' }}