mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix n auto-updater
This commit is contained in:
parent
2d0f229a2a
commit
d4007484f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/n_updater.yml
vendored
2
.github/workflows/n_updater.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
git config --global user.name 'yunohost-bot'
|
||||
git config --global user.email 'yunohost-bot@users.noreply.github.com'
|
||||
# Run the updater script
|
||||
/bin/bash .github/workflows/updater.sh
|
||||
/bin/bash .github/workflows/n_updater.sh
|
||||
- name: Commit changes
|
||||
id: commit
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue