diff --git a/.github/workflows/trigger-gam-with-gh-cli.yaml b/.github/workflows/trigger-gam-with-gh-cli.yaml index 2269d23..99c84c7 100644 --- a/.github/workflows/trigger-gam-with-gh-cli.yaml +++ b/.github/workflows/trigger-gam-with-gh-cli.yaml @@ -34,7 +34,7 @@ jobs: env: GH_TOKEN: ${{ steps.app-token.outputs.token }} run: | - gh workflow run test.yaml --repo red-hat-data-services/Gated-Auto-Merger \ + gh workflow run test.yaml --repo red-hat-data-services/gam-poc \ --ref main \ --field component=${{ env.COMPONENT }} \ - --field workflow_run_id=$GITHUB_RUN_ID \ No newline at end of file + --field workflow_run_id=$GITHUB_RUN_ID