mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 12:41:27 +00:00
[ci skip] use github.actor
This commit is contained in:
4
.github/workflows/flathub.yml
vendored
4
.github/workflows/flathub.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user