浏览代码

use main branch of Docker Desktop repo to trigger remote workflow

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 2 年之前
父节点
当前提交
93cf2b921a
共有 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: 'main',
               inputs: {
                 "image-tag": "${{ needs.bin-image.outputs.digest }}"
               }