From 35e9321feb38b50449bf0b9f14aea7de2a9e4881 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Fri, 12 Feb 2021 13:38:48 +0800 Subject: [PATCH] :construction_worker: disable commit comment --- .github/workflows/site_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site_deploy.yml b/.github/workflows/site_deploy.yml index cb0bce3c..c9115a0f 100644 --- a/.github/workflows/site_deploy.yml +++ b/.github/workflows/site_deploy.yml @@ -47,6 +47,7 @@ jobs: production-branch: master github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: 'Deploy ${{ env.BRANCH_NAME }}@${{ github.sha }}' + enable-commit-comment: false alias: ${{ env.DEPLOY_NAME }} env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}