From c7a5a4e82358e1aabe9c77ad90cc11e875ea89d5 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Tue, 17 Dec 2024 13:16:04 -0800 Subject: [PATCH] Fixed typo. Signed-off-by: AWSHurneyt --- .github/workflows/multi-node-test-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-node-test-workflow.yml b/.github/workflows/multi-node-test-workflow.yml index 85b9fb168..14e1ec3df 100644 --- a/.github/workflows/multi-node-test-workflow.yml +++ b/.github/workflows/multi-node-test-workflow.yml @@ -28,7 +28,7 @@ jobs: # this image tag is subject to change as more dependencies and updates will arrive over time image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} # need to switch to root so that github actions can install runner binary on container without permission issues. - ooptions: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} + options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} steps: - name: Run start commands