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 }}