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:
parent
601566c403
commit
8d07f9ce5a
1 changed files with 4 additions and 1 deletions
5
.github/workflows/updater.yml
vendored
5
.github/workflows/updater.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue