|
@@ -11,7 +11,7 @@ jobs:
|
|
|
build:
|
|
build:
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
- steps:
|
|
|
|
|
|
|
+ steps:
|
|
|
- name: Checkout php8 branch
|
|
- name: Checkout php8 branch
|
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|
|
|
with:
|
|
with:
|
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
git config user.name "github-actions[bot]"
|
|
git config user.name "github-actions[bot]"
|
|
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
|
git merge origin/master
|
|
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:
|