From b5042946132d0d9917f85850618ee3a800353cf4 Mon Sep 17 00:00:00 2001 From: Liam Howatt <30486941+liamHowatt@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:39:00 -0500 Subject: [PATCH] ci: fix port release branch updater git config command (#7722) --- .github/workflows/release_branch_updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_branch_updater.yml b/.github/workflows/release_branch_updater.yml index e0a3ab86f..775d3fa0a 100644 --- a/.github/workflows/release_branch_updater.yml +++ b/.github/workflows/release_branch_updater.yml @@ -27,8 +27,8 @@ jobs: - name: set git credentials run: | - git config user.name 'lvgl-bot' - git config user.email 'lvgl-bot@users.noreply.github.com' + git config --global user.name 'lvgl-bot' + git config --global user.email 'lvgl-bot@users.noreply.github.com' - name: run the script run: python3 lvgl/scripts/release_branch_updater.py --oldest-major 9