prepare master branch rename to current

This commit is contained in:
rebortg 2024-04-09 22:00:14 +02:00
parent fc048e9073
commit 0f4979720d
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
# 06:00 UTC on Monday # 06:00 UTC on Monday
- cron: '0 6 * * 1' - cron: '0 6 * * 1'
jobs: jobs:
update_master: update_current:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -36,7 +36,7 @@ jobs:
body: | body: |
Autoupdate vyos-1x submodule Autoupdate vyos-1x submodule
update releasenotes update releasenotes
branch: update-dependencies-master branch: update-dependencies-current
delete-branch: true delete-branch: true
update_sagitta: update_sagitta:

View File

@ -57,6 +57,6 @@ jobs:
title: "Github: update translations" title: "Github: update translations"
body: | body: |
Generate, upload new and download translation files Generate, upload new and download translation files
branch: update-translations-master branch: update-translations-current
delete-branch: true delete-branch: true