From d5e4a3a07037210933b9c100246e53a4c6af5632 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 9 Dec 2024 16:26:18 +0100 Subject: [PATCH] actually push to the aur --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7adcdde..4b845d6 100644 --- a/action.yml +++ b/action.yml @@ -82,4 +82,4 @@ runs: git commit -m "$(echo -e "$pkgbase $pkgver-$pkgrel\n${{github.event.head_commit.url}}")" \ --author "${{github.event.head_commit.author.name}} <${{github.event.head_commit.author.email}}>" git show HEAD - echo git push aur "${{github.ref_name}}:master" + git push