1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Fix updater logics, again

This commit is contained in:
tituspijean 2021-09-11 22:22:56 +02:00
parent 601566c403
commit 8d07f9ce5a

View file

@ -25,7 +25,10 @@ jobs:
git config --global user.email 'yunohost-bot@users.noreply.github.com'
# Run the updater script
./.github/workflows/updater.sh
# Commit
- name: Commit changes
id: commit
if: ${{ env.PROCEED == 'true' }}
run: |
git commit -am "Upgrade to v$VERSION"
- name: Create Pull Request
id: cpr