We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede0ec6 commit 34d3c57Copy full SHA for 34d3c57
1 file changed
.github/workflows/test.yml
@@ -73,7 +73,8 @@ jobs:
73
- name: Create lava job definition
74
id: create_job_definition
75
uses: qualcomm-linux/video-driver/.github/actions/lava_job_render@video.qclinux.main.final
76
- docker_image: ${{ inputs.docker_image }}
+ with
77
+ docker_image: ${{ inputs.docker_image }}
78
env:
79
FIRMWARE: ${{ matrix.build_matrix.firmware }}
80
MACHINE: ${{ matrix.build_matrix.machine }}
0 commit comments