We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fc248 commit 34565c2Copy full SHA for 34565c2
1 file changed
.github/workflows/ff-merge.yml
@@ -28,8 +28,8 @@ jobs:
28
env:
29
BRANCH_NAME: ${{ github.event.inputs.branch }}
30
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
+ git config --global user.name meta-aws-maintainer
+ git config --global user.email meta-aws-maintainer@users.noreply.github.com
33
git merge --ff-only origin/${BRANCH_NAME}-next
34
35
- name: push ${{ github.event.inputs.branch }}
0 commit comments