Merge pull request #848 from PrivateBin/php8-cifix2

Fix PHP refresh pipeline merge
pull/852/head
El RIDO 2021-10-14 12:40:37 +02:00 committed by GitHub
commit 5ba8266eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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