Merge pull request #848 from PrivateBin/php8-cifix2

Fix PHP refresh pipeline merge
This commit is contained in:
El RIDO
2021-10-14 12:40:37 +02:00
committed by GitHub

View File

@@ -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