Skip to content

Commit adeb82c

Browse files
powerboat9P-E-P
authored andcommitted
ci: Fix arm64 ci
ChangeLog: * .github/workflows/ccpp.yml: Define author name and email while creating merge commit. Signed-off-by: Owen Avery <[email protected]>
1 parent a7fdf9e commit adeb82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ jobs:
387387
run: |
388388
git remote add arm-ian 'https://github.com/iains/gcc-darwin-arm64.git';
389389
git fetch arm-ian;
390+
GIT_AUTHOR_NAME=CI \
391+
GIT_AUTHOR_EMAIL='ci@invalid' \
390392
git merge --no-edit a81533316b9b64245d85b352a93e17f302482acd;
391393
392394
- name: Install Deps

0 commit comments

Comments
 (0)