We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cb6a6 commit 2f1e7edCopy full SHA for 2f1e7ed
1 file changed
.github/workflows/run.yml
@@ -36,10 +36,8 @@ jobs:
36
37
- name: Configure Git
38
run: |
39
- git config --global user.name "$GITHUB_ACTOR"
40
- git config --global user.email "$EMAIL"
41
- env:
42
- EMAIL: ${{ secrets.EMAIL }}
+ git config --global user.name "GitHub Actions"
+ git config --global user.email "actions@github.com"
43
44
- name: Run
45
run: composer run build -- $REMOTE $PACKAGE --type=$TYPE --unstable
0 commit comments