From 5d91349b36736a25defb1b505b37542d9287b60c Mon Sep 17 00:00:00 2001 From: Alex <58712923+codewriter3000@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:00:17 -0400 Subject: [PATCH] Update repository name in build workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b321c87..23d64b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: script: | const response = await github.rest.actions.createWorkflowDispatch({ owner: 'codewriter3000', // Replace with your GitHub username/org - repo: 'carbon-type-deployment', // Replace with your private repo name + repo: 'onprem-deployment', // Replace with your private repo name workflow_id: 'deploy.yml', ref: 'master', inputs: { @@ -99,4 +99,4 @@ jobs: run: | echo "::notice::Deployment workflow triggered in private repository" echo "::notice::Build SHA: ${{ github.sha }}" - echo "::notice::Triggered by: ${{ github.actor }}" \ No newline at end of file + echo "::notice::Triggered by: ${{ github.actor }}"