mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
Merge pull request #848 from PrivateBin/php8-cifix2
Fix PHP refresh pipeline merge
This commit is contained in:
commit
5ba8266eb8
2
.github/workflows/refresh-php8.yml
vendored
2
.github/workflows/refresh-php8.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Merge master changes into php8
|
||||
run: git merge master
|
||||
run: git merge origin/master
|
||||
|
||||
- name: Push new changes
|
||||
uses: github-actions-x/commit@v2.8
|
||||
|
|
Loading…
Reference in New Issue
Block a user