Explorar o código

Merge pull request #848 from PrivateBin/php8-cifix2

Fix PHP refresh pipeline merge
El RIDO %!s(int64=4) %!d(string=hai) anos
pai
achega
5ba8266eb8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/refresh-php8.yml

+ 1 - 1
.github/workflows/refresh-php8.yml

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