Merge branch 'php8-ci-yetagain'
This commit is contained in:
commit
e36a94cfdd
1 changed files with 5 additions and 2 deletions
7
.github/workflows/refresh-php8.yml
vendored
7
.github/workflows/refresh-php8.yml
vendored
|
@ -22,8 +22,11 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Merge master changes into php8
|
- name: Merge master changes into php8
|
||||||
run: git merge origin/master
|
run: |
|
||||||
|
git config user.name "github-actions[bot]"
|
||||||
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
git merge origin/master
|
||||||
|
|
||||||
- name: Push new changes
|
- name: Push new changes
|
||||||
uses: github-actions-x/commit@v2.8
|
uses: github-actions-x/commit@v2.8
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue