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

AUR publish

This commit is contained in:
Andrey Onishchenko 2024-02-05 16:18:51 +03:00
parent b2f350b849
commit 852cd6a5ba
2 changed files with 13 additions and 1 deletions

View File

@ -38,6 +38,18 @@ jobs:
add: "."
author_name: "GitHub Actions"
author_email: "loraner123@gmail.com"
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: "yandexmusic"
pkgbuild: "PKGBUILD"
updpkgsums: false
allow_empty_commits: false
commit_username: "cucumber-sp"
commit_email: "loraner123@gmail.com"
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
commit_message: "${{ env.VERSION}}-1"
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
outputs:
new_version: ${{ steps.commit.outputs.commited }}
commit_long_sha: ${{ steps.commit.outputs.commit_long_sha }}

View File

@ -75,7 +75,7 @@ update_flake() {
if check_dep nix; then
nix --extra-experimental-features 'nix-command flakes' flake update
else
echo "flake.nix was updated, but nix not installed to update flake.lock"
echo "flake.nix was updated, but nix is not installed to update flake.lock"
fi
}