diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 42cef7e5..0867efa6 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -250,7 +250,7 @@ jobs: run: driver_branch_json='${{ needs.set-driver-version-matrix.outputs.driver_branch }}' driver_branch=$(echo "$driver_branch_json" | jq -r '.[]') - echo "SHIVA Repository: ${{ github.repository }}" + echo "SHIVA Repository ${{ github.repository }}" for DRIVER_BRANCH in $driver_branch; do image="driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}" echo "Downloading $image"