From ce555cfcb42b10c83f08439b12f984482500986e Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 18 Jan 2023 17:47:59 +0100 Subject: [PATCH] notice --- .github/actions/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 7c27d69d19..002207c28e 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -20,6 +20,7 @@ runs: using: "composite" steps: - run: echo "::notice starting setup :: start setup" + shell: bash - name: install NPM uses: actions/setup-node@v3 with: