From 99b255fc84b193adc04691122b44c71af70df0b9 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Wed, 11 Oct 2023 21:41:36 +0000 Subject: [PATCH] quick fix --- .github/actions/checkout-submodules-and-bootstrap/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/checkout-submodules-and-bootstrap/action.yaml b/.github/actions/checkout-submodules-and-bootstrap/action.yaml index 34b41e7a2215b6..4b7c0d38a2a15d 100644 --- a/.github/actions/checkout-submodules-and-bootstrap/action.yaml +++ b/.github/actions/checkout-submodules-and-bootstrap/action.yaml @@ -31,7 +31,8 @@ runs: with: platform: ${{ inputs.platform }} - name: Dump disk info after checkout submodule & Bootstrap - run: ./scripts/dump_diskspace_info.sh + shell: bash + run: bash scripts/dump_diskspace_info.sh - name: Upload Bootstrap Logs uses: ./.github/actions/upload-bootstrap-logs with: