From 41ce45c431567b95e1ae25db84195a5cb7e0313f Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 18 Jan 2023 17:45:58 +0100 Subject: [PATCH] remove dump context --- .github/actions/setup/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 97944e418f..6ebfc00ff9 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -19,7 +19,6 @@ inputs: runs: using: "composite" steps: - shell: bash - name: install NPM uses: actions/setup-node@v3 with: