Преглед изворни кода

add missing comma in desktop-edge-test job

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours пре 2 година
родитељ
комит
c8d06137b5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/merge.yml

+ 1 - 1
.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 }}"
               }