From ea8bdd1937bdf018020e6c7562970a1b5d7d62f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 19:41:04 +0200 Subject: [PATCH] ??? --- .github/workflows/codingstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codingstyle.yml b/.github/workflows/codingstyle.yml index 30e21ca7..1a17710d 100644 --- a/.github/workflows/codingstyle.yml +++ b/.github/workflows/codingstyle.yml @@ -17,5 +17,5 @@ jobs: uses: thollander/actions-comment-pull-request@1.0.1 if: ${{ failure() && github.event_name == 'pull_request' }} with: - message: ${{ cat tmp }} + message: '${{ cat tmp }}' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file