diff --git a/.github/workflows/linux_single_e2e.yml b/.github/workflows/linux_single_e2e.yml index a8130900afdf6..2f447ebb6529e 100644 --- a/.github/workflows/linux_single_e2e.yml +++ b/.github/workflows/linux_single_e2e.yml @@ -218,7 +218,7 @@ jobs: CMAKE_EXTRA_ARGS: ${{ inputs.extra_cmake_args }} run: | if [ -n "$CMAKE_EXTRA_ARGS" ]; then - echo 'opts=$CMAKE_EXTRA_ARGS' >> $GITHUB_OUTPUT + echo "opts=$CMAKE_EXTRA_ARGS" >> $GITHUB_OUTPUT else if [ "${{ contains(inputs.target_devices, 'ext_oneapi_hip') }}" == "true" ]; then echo 'opts=-DHIP_PLATFORM="AMD" -DAMD_ARCH="gfx1031"' >> $GITHUB_OUTPUT