From 3539f183ae2475a039ddac0028f2b5d8e4692639 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:26:03 +1200 Subject: [PATCH] Update test-dispatch.yml --- .github/workflows/test-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dispatch.yml b/.github/workflows/test-dispatch.yml index 7f46319..e1cb9b4 100644 --- a/.github/workflows/test-dispatch.yml +++ b/.github/workflows/test-dispatch.yml @@ -20,7 +20,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ github.token }}"\ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/test-checkout.yml/dispatches \ + https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/missing-file.yml/dispatches \ -d "{\"ref\":\"$BRANCH\"}" ) echo "RESP_CODE is $RESP_CODE"