We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9920838 commit 2e1cc91Copy full SHA for 2e1cc91
.github/workflows/multi-node-test-workflow.yml
@@ -28,7 +28,7 @@ jobs:
28
# this image tag is subject to change as more dependencies and updates will arrive over time
29
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
30
# need to switch to root so that github actions can install runner binary on container without permission issues.
31
- ooptions: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
+ options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
32
33
steps:
34
- name: Run start commands
0 commit comments