From 4fcc09cd96b58c908eda91996508cb36ecf218d6 Mon Sep 17 00:00:00 2001 From: Babu Macharia <66896673+bmacharia@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:02:55 -0700 Subject: [PATCH] Update update-gitops.yaml --- .github/workflows/update-gitops.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gitops.yaml b/.github/workflows/update-gitops.yaml index 968663b..e55475f 100644 --- a/.github/workflows/update-gitops.yaml +++ b/.github/workflows/update-gitops.yaml @@ -34,7 +34,7 @@ jobs: - name: Checkout GitOps repository uses: actions/checkout@v4 with: - repository: mischavandenburg/devops-study-app-gitops + repository: bmacharia/devops-study-app-gitops ref: main path: devops-study-app-gitops ssh-key: ${{ secrets.GITOPS_DEPLOY_KEY }}