From 6b41bf582efbd1db2effc99bcfeb1369a451a42b Mon Sep 17 00:00:00 2001 From: Jackson Burns <33505528+JacksonBurns@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:38:53 -0400 Subject: [PATCH] beep boop :robot: --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c1ec37af897..5b46695b393 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -342,7 +342,7 @@ jobs: cat test/regression-diff/* >> summary.txt echo "" echo "" >> summary.txt - echo "_beep boop this action was performed by a bot_ :robot:" + echo "_beep boop this action was performed by a bot_ :robot:" >> summary.txt - name: Write Results to PR uses: thollander/actions-comment-pull-request@v2