We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2845c4a commit 96acebbCopy full SHA for 96acebb
1 file changed
.github/workflows/submodule_sender.yaml
@@ -1,8 +1,7 @@
1
name: Notify Root Repo
2
-
3
on:
4
push:
5
- branches: [latest]
+ branches: ["*"]
6
7
jobs:
8
notify:
@@ -14,4 +13,10 @@ jobs:
14
13
-H "Authorization: token ${{ secrets.BORA_ROOT_PAL }}" \
15
-H "Accept: application/vnd.github.v3+json" \
16
https://api.github.com/repos/boradevelopment/bora/dispatches \
17
- -d '{"event_type":"update_submodule","client_payload":{"repo":"${{ github.repository }}"}}'
+ -d '{
+ "event_type": "update_submodule",
18
+ "client_payload": {
19
+ "repo": "${{ github.repository }}",
20
+ "branch": "${{ github.ref_name }}"
21
+ }
22
+ }'
0 commit comments