Skip to content

Commit 3eb4d7c

Browse files
committed
hotfix: update notify-e2e repo name
1 parent 6c33cfe commit 3eb4d7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/notify-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Notify E2E Tests
22

3-
# Triggers the constructive-tests repo to update submodules and run E2E tests
3+
# Triggers the constructive-hub repo to update submodules and run E2E tests
44
# when changes are pushed to main.
55

66
on:
@@ -11,7 +11,7 @@ jobs:
1111
trigger-tests:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Trigger submodule update in constructive-tests
14+
- name: Trigger submodule update in constructive-hub
1515
uses: actions/github-script@v7
1616
with:
1717
github-token: ${{ secrets.GH_SUBMODULE_PAT }}
@@ -22,7 +22,7 @@ jobs:
2222
2323
await github.rest.repos.createDispatchEvent({
2424
owner: 'constructive-io',
25-
repo: 'constructive-tests',
25+
repo: 'constructive-hub',
2626
event_type: 'submodule-updated',
2727
client_payload: {
2828
repo: '${{ github.repository }}',
@@ -31,4 +31,4 @@ jobs:
3131
commit_message: safeMessage
3232
}
3333
});
34-
console.log('Dispatched submodule-updated to constructive-tests');
34+
console.log('Dispatched submodule-updated to constructive-hub');

0 commit comments

Comments
 (0)