There was an error while loading. Please reload this page.
1 parent ffb3779 commit a0c3e56Copy full SHA for a0c3e56
.github/workflows/test.yml
@@ -91,9 +91,12 @@ jobs:
91
ref: php8
92
fetch-depth: 0
93
- name: Rebase PHP8 branch
94
+ env:
95
+ USER_EMAIL: ${{ github.event.pusher.email }}
96
+ USER_NAME: ${{ github.event.pusher.name }}
97
run: |
- git config user.email "${{ github.event.pusher.email }}"
- git config user.name "${{ github.event.pusher.name }}"
98
+ git config user.email "$USER_EMAIL"
99
+ git config user.name "$USER_NAME"
100
git pull
101
git rebase origin/master php8
102
git status
0 commit comments