We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a42487 commit 2b90b1cCopy full SHA for 2b90b1c
1 file changed
.github/workflows/notify-parent.yaml
@@ -8,10 +8,10 @@ jobs:
8
notify:
9
runs-on: ubuntu-latest
10
steps:
11
- - name: Dispatch update event
+ - name: Dispatch subtree update event
12
run: |
13
curl -X POST \
14
-H "Authorization: Bearer ${{ secrets.PARENT_REPO_TOKEN }}" \
15
-H "Accept: application/vnd.github+json" \
16
https://api.github.com/repos/acmutd/meteormate-client/dispatches \
17
- -d '{"event_type":"submodule-updated"}'
+ -d '{"event_type":"subtree-updated"}'
0 commit comments