From a28f93863ca3812b6069cc4580ac78cb6a52128a Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 23 Oct 2022 11:17:52 -0700 Subject: [PATCH] [ci] Push comment command commit directly to PR (#4506) --- .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 f5b4da1e9e..940b361f4c 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 origin HEAD + git push origin HEAD:refs/pull/$NUMBER/head