This commit is contained in:
Clément Le Bihan
2021-05-23 19:41:04 +02:00
parent 1e72198868
commit ea8bdd1937
+1 -1
View File
@@ -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 }}