From c9f61669b8c7c68392666b09d49e50df8da4de69 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 23 Oct 2022 10:47:15 -0700 Subject: [PATCH] [ci] Fix comment command commit push (#4505) --- .github/workflows/comment-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 1b7d51888b..f5b4da1e9e 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -54,4 +54,4 @@ jobs: git config user.email "41898282+github-actions[bot]@users.noreply.github.com" # Commit git commit -am "wpiformat" - git push + git push origin HEAD