diff options
author | 2022-01-28 10:56:54 -0800 | |
---|---|---|
committer | 2022-01-28 10:56:54 -0800 | |
commit | aebe7f57d9fc26344046137bdce5e425c3bbf999 (patch) | |
tree | d44c554fc083f100f3f896b3d6e46c3229676a57 | |
parent | 26711a587c37feedf7e4b911d4cd8d32fac6e0bb (diff) | |
download | astro-aebe7f57d9fc26344046137bdce5e425c3bbf999.tar.gz astro-aebe7f57d9fc26344046137bdce5e425c3bbf999.tar.zst astro-aebe7f57d9fc26344046137bdce5e425c3bbf999.zip |
ci: so double quotes fixes the multiline issue?
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ba51a248..124e40fc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: # DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }} uses: Ilshidur/action-discord@0.3.2 with: - args: 'Sweet! **${{ github.event.commits[0].author.name }}** your code just got merged! \\n [`${{ steps.setup.outputs.COMMIT_MSG }}`](<https://github.com/withastro/astro/commits/main>)' + args: "Sweet! **${{ github.event.commits[0].author.name }}** your code just got merged!\n[`${{ steps.setup.outputs.COMMIT_MSG }}`](<https://github.com/withastro/astro/commits/main>)" check_for_update: name: Check for Updates |