Explorar o código

Merge branch 'php8-ci-yetagain'

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

+ 5 - 2
.github/workflows/refresh-php8.yml

@@ -22,8 +22,11 @@ jobs:
           fetch-depth: 0
 
       - name: Merge master changes into php8
-        run: git merge origin/master
-      
+        run: |
+          git config user.name "github-actions[bot]"
+          git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+          git merge origin/master
+
       - name: Push new changes
         uses: github-actions-x/commit@v2.8
         with: