From f097866d387604719f355686560e7d17958e7137 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 3 Oct 2025 12:59:20 +0200 Subject: [PATCH] ci: update dispatch URL to point to openvidu-tutorials repository --- .github/workflows/openvidu-components-angular-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openvidu-components-angular-tests.yml b/.github/workflows/openvidu-components-angular-tests.yml index f3f490c8..93ce8685 100644 --- a/.github/workflows/openvidu-components-angular-tests.yml +++ b/.github/workflows/openvidu-components-angular-tests.yml @@ -42,7 +42,7 @@ jobs: curl -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${GITHUB_TOKEN}" \ - https://api.github.com/repos/OpenVidu/openvidu-call/dispatches \ + https://api.github.com/repos/OpenVidu/openvidu-tutorials/dispatches \ -d '{"event_type":"openvidu-components-angular","client_payload":{"commit-message":"'"$COMMIT_MESSAGE"'","commit-ref":"'"$COMMIT_URL"'", "branch-name":"'"$BRANCH_NAME"'"}}' nested_events: