Skip to content

Commit 2b90b1c

Browse files
authored
Update notify-parent.yaml
1 parent 5a42487 commit 2b90b1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify-parent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
notify:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Dispatch update event
11+
- name: Dispatch subtree update event
1212
run: |
1313
curl -X POST \
1414
-H "Authorization: Bearer ${{ secrets.PARENT_REPO_TOKEN }}" \
1515
-H "Accept: application/vnd.github+json" \
1616
https://api.github.com/repos/acmutd/meteormate-client/dispatches \
17-
-d '{"event_type":"submodule-updated"}'
17+
-d '{"event_type":"subtree-updated"}'

0 commit comments

Comments
 (0)