diff --git a/.github/actions/iota-rebase-sandbox/setup/action.yml b/.github/actions/iota-rebase-sandbox/setup/action.yml index 819b00127..0f0554aa8 100644 --- a/.github/actions/iota-rebase-sandbox/setup/action.yml +++ b/.github/actions/iota-rebase-sandbox/setup/action.yml @@ -32,7 +32,7 @@ runs: echo "$PWD" >> $GITHUB_PATH export PATH="$PWD:$PATH" - + which iota || echo "iota not found in PATH" ls -la "$PWD" - name: Start the Network