From c8d06137b5dd8ae9312d98bd79657c3801689d17 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:01:52 +0200 Subject: [PATCH] add missing comma in desktop-edge-test job Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e0198bfdd..c0d7e01f8 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -144,7 +144,7 @@ jobs: owner: 'docker', repo: '${{ secrets.DOCKERDESKTOP_REPO }}', workflow_id: 'compose-edge-integration.yml', - ref: 'compose-edge-integration' + ref: 'compose-edge-integration', inputs: { "image-tag": "${{ needs.bin-image.outputs.digest }}" }