Skip to content

Commit 2f1e7ed

Browse files
committed
Fix git config
1 parent 55cb6a6 commit 2f1e7ed

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/run.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636

3737
- name: Configure Git
3838
run: |
39-
git config --global user.name "$GITHUB_ACTOR"
40-
git config --global user.email "$EMAIL"
41-
env:
42-
EMAIL: ${{ secrets.EMAIL }}
39+
git config --global user.name "GitHub Actions"
40+
git config --global user.email "actions@github.com"
4341
4442
- name: Run
4543
run: composer run build -- $REMOTE $PACKAGE --type=$TYPE --unstable

0 commit comments

Comments
 (0)