Browse Source

[ci skip] configure git in flathub job

Armin Schrenk 1 năm trước cách đây
mục cha
commit
b3ce777a42
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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