From 9d623e2bc8a2fa54aa90ec000baaf4aa0cddf7fb Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Mon, 9 Oct 2023 10:13:38 -0600 Subject: [PATCH] Add shell --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7d30444..a182580 100644 --- a/action.yml +++ b/action.yml @@ -57,6 +57,7 @@ runs: vcs import --input ${{ github.action_path }}/repos.yaml ros-workspace/src - name: Clone rmw_wasm middleware + shell: bash -eux {0} if: ${{ inputs.rmw_wasm }} run: git clone https://github.com/ihuicatl/rmw_wasm.git ros-worskpace/src/rmw_wasm