From dea15e8b2feeeda545e453248c808b38835f508a Mon Sep 17 00:00:00 2001 From: Robert Muchsel <16564465+rotx-maxim@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:16:47 -0500 Subject: [PATCH] Fix refdes reference --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c3e52765..9e6f0ae13 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,5 +32,5 @@ jobs: curl -X POST \ -H "Authorization: Bearer ${{ secrets.REGRESSION_TEST }}" \ -H "Accept: application/vnd.github.v3+json" \ - "https://api.github.com/repos/analogdevicesinc/ai8x-regression/dispatches" \ + "https://api.github.com/repos/MaximIntegratedAI/ai8x-regression/dispatches" \ -d '{"event_type": "repo-pull-request", "client_payload": {"PR_Branch": "${{ github.event.pull_request.head.ref }}", "Repository": "${{ github.event.pull_request.head.repo.full_name }}","PR_Number": "${{ github.event.pull_request.number }}","PR_Sha": "${{ github.event.pull_request.head.sha }}" }'