mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix n auto-updater base branch
This commit is contained in:
parent
d4007484f3
commit
3f9fd91334
1 changed files with 1 additions and 1 deletions
2
.github/workflows/n_updater.yml
vendored
2
.github/workflows/n_updater.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
committer: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
|
committer: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
|
||||||
author: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
|
author: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
|
||||||
signoff: false
|
signoff: false
|
||||||
base: testing
|
base: dev
|
||||||
branch: ci-auto-update-n-v${{ env.VERSION }}
|
branch: ci-auto-update-n-v${{ env.VERSION }}
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
title: 'Upgrade n to version ${{ env.VERSION }}'
|
title: 'Upgrade n to version ${{ env.VERSION }}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue