Browse Source

[ci skip] use github.actor

Armin Schrenk 1 year ago
parent
commit
0c5ce353b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/flathub.yml

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

@@ -62,8 +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 config user.name "${{ github.actor }}"
+          git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
           git stage .
           git commit -m "Prepare release ${{needs.get-version.outputs.semVerStr}}"
           git push