From e381c4d59e64c8f52ced9beea1102204fe43be6c Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Wed, 28 Oct 2020 19:39:42 +0100 Subject: [PATCH] Fix docs-deploy netlify comment --- .github/workflows/docs-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 6a0cd378..e3226079 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -38,7 +38,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "#${{ github.event.number }}: ${{ github.event.pull_request.title }}" enable-pull-request-comment: true - enable-commit-comment: true + enable-commit-comment: false overwrites-pull-request-comment: true alias: docs-preview-${{ github.event.number }} env: