From 2106e6688073ea60ce6450a6bb50b68997bead33 Mon Sep 17 00:00:00 2001 From: Jake Burgy Date: Sat, 23 Jan 2021 14:44:39 -0600 Subject: [PATCH] Breaking change, ugh... --- .github/workflows/aspnetcore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 55920f4..5fbbc7a 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -18,6 +18,8 @@ jobs: - name: Setup NPM uses: actions/setup-node@v1.1.0 + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true - name: npm install run: cd HADotNet.CommandCenter && npm install