0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00
This commit is contained in:
2024-02-18 19:13:09 +03:00
3 changed files with 4 additions and 4 deletions

View File

@@ -44,11 +44,11 @@ jobs:
pkgname: "yandex-music"
pkgbuild: "PKGBUILD"
updpkgsums: false
allow_empty_commits: false
allow_empty_commits: true
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 }}