From 6b4801c80b95da0bfb682a4bd6869414bdf3d7a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 22:55:43 +0000 Subject: [PATCH] Fixed typo. (#1753) Signed-off-by: AWSHurneyt (cherry picked from commit 2e1cc91eeeb4e41b03070f728c89d6f081a11971) Signed-off-by: github-actions[bot] --- .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 d69664b8d..8609c62bd 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