2
0
Эх сурвалжийг харах

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

Baptiste Augrain 9 сар өмнө
parent
commit
98747a7251

+ 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')