From 7ab927da89604075e331c457dcdd180df070d42c Mon Sep 17 00:00:00 2001 From: Oleg Antonyan Date: Wed, 28 Aug 2024 17:34:40 +0200 Subject: [PATCH] try fix aur release workflow --- .github/release-aur-github-action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-aur-github-action.rb b/.github/release-aur-github-action.rb index df0b5db9..b066208c 100755 --- a/.github/release-aur-github-action.rb +++ b/.github/release-aur-github-action.rb @@ -69,7 +69,7 @@ git_ssh = "GIT_SSH_COMMAND='ssh -i #{keyfile} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'" puts "cloning aur repo..." - clone_cmd = "#{git_ssh} git clone --branch master #{aur_repo}" + clone_cmd = "#{git_ssh} git clone #{aur_repo}" puts clone_cmd `cd #{d} && #{clone_cmd}`