Skip to content

Commit 14a421c

Browse files
authored
Add user.email before commiting (#626)
1 parent 2cb6d15 commit 14a421c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
run: |
1919
sed -i -re 's/"require": \{/"minimum-stability": "dev","prefer-stable": true,"require": \{/' composer.json
2020
cat composer.json
21+
22+
git config --local user.email "github@async-aws.com"
23+
git config --local user.name "AsyncAWS Bot"
2124
git commit -am "Allow unstable dependencies"
2225
2326
- name: Roave BC Check

0 commit comments

Comments
 (0)