Kaynağa Gözat

[ci skip] configure git in flathub job

Armin Schrenk 1 yıl önce
ebeveyn
işleme
b3ce777a42
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      .github/workflows/flathub.yml

+ 2 - 0
.github/workflows/flathub.yml

@@ -62,6 +62,8 @@ jobs:
           rm yq
       - name: Commit and push
         run: |
+          git config --global user.email "${{ github.event.sender.email }}"
+          git config --global user.name "${{ github.event.sender.name }}"
           git stage .
           git commit -m "Prepare release ${{needs.get-version.outputs.semVerStr}}"
           git push