Skip to content

Commit 34565c2

Browse files
committed
ci: migrate bot identity from aws-iot-embedded-linux-ci to meta-aws-maintainer
1 parent f1fc248 commit 34565c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ff-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
env:
2929
BRANCH_NAME: ${{ github.event.inputs.branch }}
3030
run: |
31-
git config --global user.name aws-iot-embedded-linux-ci
32-
git config --global user.email aws-iot-embedded-linux-ci@users.noreply.github.com
31+
git config --global user.name meta-aws-maintainer
32+
git config --global user.email meta-aws-maintainer@users.noreply.github.com
3333
git merge --ff-only origin/${BRANCH_NAME}-next
3434
3535
- name: push ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)