ci: fix port release branch updater git config command (#7722)
This commit is contained in:
4
.github/workflows/release_branch_updater.yml
vendored
4
.github/workflows/release_branch_updater.yml
vendored
@@ -27,8 +27,8 @@ jobs:
|
|||||||
|
|
||||||
- name: set git credentials
|
- name: set git credentials
|
||||||
run: |
|
run: |
|
||||||
git config user.name 'lvgl-bot'
|
git config --global user.name 'lvgl-bot'
|
||||||
git config user.email 'lvgl-bot@users.noreply.github.com'
|
git config --global user.email 'lvgl-bot@users.noreply.github.com'
|
||||||
|
|
||||||
- name: run the script
|
- name: run the script
|
||||||
run: python3 lvgl/scripts/release_branch_updater.py --oldest-major 9
|
run: python3 lvgl/scripts/release_branch_updater.py --oldest-major 9
|
||||||
|
|||||||
Reference in New Issue
Block a user