Skip to content

Commit 2e1cc91

Browse files
authored
Fixed typo. (#1753)
Signed-off-by: AWSHurneyt <[email protected]>
1 parent 9920838 commit 2e1cc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi-node-test-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# this image tag is subject to change as more dependencies and updates will arrive over time
2929
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
3030
# 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 }}
31+
options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
3232

3333
steps:
3434
- name: Run start commands

0 commit comments

Comments
 (0)