0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Better commit names for AUR

This commit is contained in:
Andrey Onishchenko 2024-02-18 18:50:45 +03:00
parent f6788ec30a
commit a9ac7a1c13

View File

@ -48,7 +48,7 @@ jobs:
commit_username: "cucumber-sp"
commit_email: "loraner123@gmail.com"
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
commit_message: "${{ env.VERSION}}-1"
commit_message: $(git log -1 --pretty=format:"%s")
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
outputs:
new_version: ${{ steps.commit.outputs.commited }}