From 783a2be17ecebb3b64fb3d3733562fc5761187ba Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 18 Jan 2023 17:47:50 +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 6ebfc00ff9..7c27d69d19 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -19,6 +19,7 @@ inputs: runs: using: "composite" steps: + - run: echo "::notice starting setup :: start setup" - name: install NPM uses: actions/setup-node@v3 with: