summaryrefslogtreecommitdiff
path: root/.github/workflows/submodules.yml
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-10 15:51:43 +0300
committerGitHub <noreply@github.com>2026-05-10 15:51:43 +0300
commit739043c260645d507adb756ca27e952bdfbad858 (patch)
tree1d805b4c748e12c084e63356015016ee513008f8 /.github/workflows/submodules.yml
parent1a1aacfe67699ab468fbb5672d9610af80dabc76 (diff)
parent1bf386e2ce6e4039f9adbef868ef54758e4204c0 (diff)
downloadvyos-documentation-739043c260645d507adb756ca27e952bdfbad858.tar.gz
vyos-documentation-739043c260645d507adb756ca27e952bdfbad858.zip
Merge pull request #1938 from vyos/yuriy/cleanup-rolling-references
ci/docs: drop current branch references after rename to rolling
Diffstat (limited to '.github/workflows/submodules.yml')
-rw-r--r--.github/workflows/submodules.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index 24b6c505..16ba1ab5 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -5,7 +5,7 @@ on:
# 06:00 UTC on Monday
- cron: '0 6 * * 1'
jobs:
- update_current:
+ update_rolling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -31,12 +31,12 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }}
- commit-message: "Github: update current branch"
- title: "Github: update current branch"
+ commit-message: "GitHub: update rolling branch"
+ title: "GitHub: update rolling branch"
body: |
Autoupdate vyos-1x submodule
update releasenotes
- branch: update-dependencies-current
+ branch: update-dependencies-rolling
delete-branch: true
update_sagitta: