File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : 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
66on :
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 }}
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 }}',
3131 commit_message: safeMessage
3232 }
3333 });
34- console.log('Dispatched submodule-updated to constructive-tests ');
34+ console.log('Dispatched submodule-updated to constructive-hub ');
You can’t perform that action at this time.
0 commit comments