From c00caec6ab63f669161e91302f099ca21345b5bc Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 28 Jun 2023 10:31:00 -0700 Subject: [PATCH] Fixing this typo for uploading logs --- .github/actions/checkout-submodules-and-bootstrap/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/checkout-submodules-and-bootstrap/action.yaml b/.github/actions/checkout-submodules-and-bootstrap/action.yaml index 8b178ce64438fc..22b3629f0e7052 100644 --- a/.github/actions/checkout-submodules-and-bootstrap/action.yaml +++ b/.github/actions/checkout-submodules-and-bootstrap/action.yaml @@ -27,4 +27,4 @@ runs: - name: Upload Bootstrap Logs uses: ./.github/actions/upload-bootstrap-logs with: - platform: ${{ inputs.bootstrap-log-name }} + bootstrap-log-name: ${{ inputs.bootstrap-log-name }}