From 776b64f68596ef9750223ca1653daa76d7c6bb0f Mon Sep 17 00:00:00 2001 From: Yuki Ota Date: Tue, 17 Nov 2020 20:39:28 +0900 Subject: [PATCH] add env variable in textlint.yml --- .github/workflows/textlint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/textlint.yml b/.github/workflows/textlint.yml index 6171f7ae..747061b5 100644 --- a/.github/workflows/textlint.yml +++ b/.github/workflows/textlint.yml @@ -13,8 +13,11 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.1 + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true with: node-version: '12.x' + - name: Install dependencies run: cd .operations/ && npm install