From 9ae2be40faa463c0ee7948db73a4765fd5838828 Mon Sep 17 00:00:00 2001 From: RishikesavanRamesh <84554651+RishikesavanRamesh@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:11:08 +0530 Subject: [PATCH] Update trigger.yml --- .github/workflows/trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index a4f61cf..b38bdf5 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Trigger run: | - curl -X POST https://api.github.com/repos/:userName/R2PPA/dispatches \ + curl -X POST https://api.github.com/repos/RishikesavanRamesh/R2PPA/dispatches \ -H 'Accept: application/vnd.github.everest-preview+json' \ -u ${{ secrets.ACTIONS_KEY }} \ --data '{"event_type": "build_passed", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'