Merge remote-tracking branch 'origin/master' into php8

pull/1121/head
github-actions[bot] 2022-04-14 04:20:29 +00:00
commit abd722d0e4
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: Refresh PHP 8 branch
on:
push:
branches: [ master ]
branches: [ master ]
schedule:
- cron: '42 2 * * *'
- cron: '42 2 * * *'
workflow_dispatch:
jobs:
@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout php8 branch
- name: Checkout php8 branch
uses: actions/checkout@v2
with:
# directly checkout the php8 branch
@ -28,7 +28,7 @@ jobs:
git merge origin/master
- name: Push new changes
uses: github-actions-x/commit@v2.8
uses: github-actions-x/commit@v2.9
with:
name: github-actions[bot]
email: 41898282+github-actions[bot]@users.noreply.github.com