Browse Source

Merge pull request #10724 from glours/add-missing-comma-merge

add missing comma in desktop-edge-test job
Guillaume Lours 2 years ago
parent
commit
83b2433a27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/merge.yml

+ 1 - 1
.github/workflows/merge.yml

@@ -144,7 +144,7 @@ jobs:
               owner: 'docker',
               owner: 'docker',
               repo: '${{ secrets.DOCKERDESKTOP_REPO }}',
               repo: '${{ secrets.DOCKERDESKTOP_REPO }}',
               workflow_id: 'compose-edge-integration.yml',
               workflow_id: 'compose-edge-integration.yml',
-              ref: 'compose-edge-integration'
+              ref: 'compose-edge-integration',
               inputs: {
               inputs: {
                 "image-tag": "${{ needs.bin-image.outputs.digest }}"
                 "image-tag": "${{ needs.bin-image.outputs.digest }}"
               }
               }