mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
fix php8 refresh workflow
requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30
This commit is contained in:
parent
15a9b8d826
commit
a15b395eaf
4
.github/workflows/refresh-php8.yml
vendored
4
.github/workflows/refresh-php8.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout php8 branch
|
||||
uses: actions/checkout@v2.9
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# directly checkout the php8 branch
|
||||
ref: php8
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
git merge origin/master
|
||||
|
||||
- name: Push new changes
|
||||
uses: github-actions-x/commit@v2
|
||||
uses: github-actions-x/commit@v2.9
|
||||
with:
|
||||
name: github-actions[bot]
|
||||
email: 41898282+github-actions[bot]@users.noreply.github.com
|
||||
|
Loading…
Reference in New Issue
Block a user