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