From 16396846e25b2c273aceb5249ec9c6a5f56c6827 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 28 Jun 2023 10:36:23 -0700 Subject: [PATCH] Bootstrap log upload wasn't working (#27530) --- .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 }}