mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Fix AUR commits naming
This commit is contained in:
parent
fea0c427dd
commit
179d762d52
2
.github/workflows/update-build-release.yml
vendored
2
.github/workflows/update-build-release.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
commit_username: "cucumber-sp"
|
||||
commit_email: "loraner123@gmail.com"
|
||||
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
|
||||
commit_message: $(git log -1 --pretty=format:"%s")
|
||||
commit_message: "${{ github.event.commits[0].message }}"
|
||||
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
|
||||
outputs:
|
||||
new_version: ${{ steps.commit.outputs.commited }}
|
||||
|
Loading…
Reference in New Issue
Block a user