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

Fix AUR publish from CI

This commit is contained in:
Andrey Onishchenko 2024-03-01 07:50:44 +03:00 committed by GitHub
parent d7a43a599b
commit c12c5ac539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
author_email: "loraner123@gmail.com"
- name: Publish package changes to AUR
if: "${{ github.event.commits[0] }}"
if: "${{ github.event.commits[0] || steps.commit.outputs.commited }}"
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: "yandex-music"
@ -54,7 +54,7 @@ jobs:
commit_username: "cucumber-sp"
commit_email: "loraner123@gmail.com"
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
commit_message: "${{ github.event.commits[0].message }}"
commit_message: "${{ github.event.commits[0].message || env.release_name }}"
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
outputs: