From e450390ce8ca75232d8c797e77e1670cdc14dadd Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Thu, 22 Aug 2024 12:16:07 +0200 Subject: [PATCH] Add shell to proper step --- .github/actions/run-transport-interop-test/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/run-transport-interop-test/action.yml b/.github/actions/run-transport-interop-test/action.yml index 513ecdd..9bc7127 100644 --- a/.github/actions/run-transport-interop-test/action.yml +++ b/.github/actions/run-transport-interop-test/action.yml @@ -38,6 +38,7 @@ runs: steps: - name: Get values + shell: bash run: | echo ${{ github.api_url }} echo ${{ github.event_name }}