We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f93a4 commit 73a0211Copy full SHA for 73a0211
1 file changed
.github/workflows/notify-convstack.yml
@@ -0,0 +1,17 @@
1
+name: Notify ConvStack
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
7
+jobs:
8
+ update-submodule:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Trigger convstack submodule update
12
+ uses: peter-evans/repository-dispatch@v3
13
+ with:
14
+ token: ${{ secrets.CONVSTACK_PAT }}
15
+ repository: convstack/convstack
16
+ event-type: submodule-update
17
+ client-payload: '{"repo": "dashboard", "ref": "${{ github.sha }}"}'
0 commit comments