From d266926900454042a22af06fb6d0d11776c04865 Mon Sep 17 00:00:00 2001 From: Max Hoffmann Date: Tue, 26 Sep 2023 17:32:04 -0700 Subject: [PATCH] Adds new lines to error comment in snapit workflow --- .github/workflows/snapit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index e1c1e340..ebd4bb32 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -145,7 +145,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, body: `💥 **Snapshot release unsuccessful!** No tags have been found.\n\n` + - 'Try running the command below and committing your changes.' + + 'Try running the command below and committing your changes.\n\n' + '```sh\n' + 'yarn changeset\n' + '```',