From 7053ef75518454cbd9da0878eb1b0c274e31521f Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 9 Apr 2024 17:01:37 -0700 Subject: [PATCH] rebase and print supersetbot version --- .github/actions/setup-supersetbot/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/setup-supersetbot/action.yml b/.github/actions/setup-supersetbot/action.yml index e2a7034b8599..4a13aeb5b5e5 100644 --- a/.github/actions/setup-supersetbot/action.yml +++ b/.github/actions/setup-supersetbot/action.yml @@ -34,3 +34,8 @@ runs: # simple trick to install globally with dependencies npm pack npm install -g ./supersetbot*.tgz + + - name: echo supersetbot version + shell: bash + working-directory: supersetbot + run: supersetbot version