Browse Source

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

Baptiste Augrain 10 tháng trước cách đây
mục cha
commit
98747a7251
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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')