From 4a1d027c39a0816fd0690ee612987f066f5d3651 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 10 May 2026 15:40:14 +0300 Subject: ci: fix Github→GitHub typo in submodules.yml update_rolling job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In response to Copilot review on #1938 — the commit-message and title strings I touched while renaming current→rolling also had a "Github" typo. Same lines are already in this PR's diff, so corrected here. The same typo exists in update_sagitta and update_equuleus jobs and in update-translations.yml, but those lines are not in this PR's diff; folding them in would expand scope beyond the rename cleanup. They warrant a separate consistency PR. 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index bb93b93f..16ba1ab5 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -31,8 +31,8 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PR_ACTION_DOCUMENTATION_SUBMODULE_UPDATE }} - commit-message: "Github: update rolling branch" - title: "Github: update rolling branch" + commit-message: "GitHub: update rolling branch" + title: "GitHub: update rolling branch" body: | Autoupdate vyos-1x submodule update releasenotes -- cgit v1.2.3