1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

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

add missing comma in desktop-edge-test job
This commit is contained in:
Guillaume Lours 2023-06-19 21:02:00 +02:00 committed by GitHub
commit 83b2433a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}"
}