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