diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-10 15:40:14 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-10 15:40:14 +0300 |
| commit | 4a1d027c39a0816fd0690ee612987f066f5d3651 (patch) | |
| tree | d20299554fc3eb3e532d764863d279934e418b73 /.github | |
| parent | 8dbf8b052075b0fb7af38b7b505260e4f673a998 (diff) | |
| download | vyos-documentation-4a1d027c39a0816fd0690ee612987f066f5d3651.tar.gz vyos-documentation-4a1d027c39a0816fd0690ee612987f066f5d3651.zip | |
ci: fix Github→GitHub typo in submodules.yml update_rolling job
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)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/submodules.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
