From 979c4d12ee6755ffbf08312625db71af0ee52d86 Mon Sep 17 00:00:00 2001 From: Mak Date: Fri, 19 Jul 2024 23:44:55 +0100 Subject: [PATCH] Update commands.yml --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 260aa59a9e..9a5c32cb5c 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -89,5 +89,5 @@ jobs: git pull origin ${{ github.head_ref }} git add . git commit -m "Update from benchmark" - git push origin HEAD:refs/heads/${{ github.head_ref }} + git push origin ${{ github.head_ref }}