From a9ac7a1c13cbf0f2b60f02031473351517a40061 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Sun, 18 Feb 2024 18:50:45 +0300 Subject: [PATCH] Better commit names for AUR --- .github/workflows/update-build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index 1947fa5..0b68baa 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -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 }}