From 7b0f6cb0f93bf94c2337f3a6f67c0f8fe876ab00 Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Sun, 1 Mar 2020 16:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20:fix=20lint=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/issue-reference.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3b2304a..3c4fca40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} BRANCH: gh-pages - FOLDER: "dist/" + FOLDER: 'dist/' BUILD_SCRIPT: npm install && npm run deploy diff --git a/.github/workflows/issue-reference.yml b/.github/workflows/issue-reference.yml index a0ff416a..882378df 100644 --- a/.github/workflows/issue-reference.yml +++ b/.github/workflows/issue-reference.yml @@ -1,4 +1,4 @@ -name: "Issue ref" +name: 'Issue ref' on: pull_request: