浏览代码

ci(insider): use insider branch for dispatch [skip ci]

Baptiste Augrain 10 月之前
父节点
当前提交
98747a7251
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/workflows/insider-spearhead.yml

+ 6 - 0
.github/workflows/insider-spearhead.yml

@@ -78,4 +78,10 @@ jobs:
         uses: peter-evans/repository-dispatch@v3
         with:
           event-type: 'insider'
+          client-payload: |-
+            {
+              "repo": {
+                "branch": "insider"
+              }
+            }
         if: github.event.inputs.dont_dispatch != 'true' && (env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true')