From 3c844e86390c34d3c54aaf3deea47c2873b4536e Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:53:30 +0300 Subject: [PATCH] Dispatch GH event URL fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b307c9..4bb132f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,6 @@ jobs: -X POST \ -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/vanilophp/netopia/actions/workflows/tests.yml/dispatches \ + https://api.github.com/repos/vanilophp/netopia/dispatches \ -d '{"event_type":"run_tests"}'