diff --git a/.github/workflows/regenerate_on_deps_bump.yaml b/.github/workflows/regenerate_on_deps_bump.yaml index d283e258fd..5fcacbad74 100644 --- a/.github/workflows/regenerate_on_deps_bump.yaml +++ b/.github/workflows/regenerate_on_deps_bump.yaml @@ -30,7 +30,7 @@ jobs: run: | git config --global user.name "github-actions" git config --global user.email "github-actions@users.noreply.github.com" - git add ./deploy/single + git add ./test/e2e/manifests git diff-index --quiet HEAD || \ git commit -m "chore: regenerate manifests" && \ git push origin ${{ github.event.pull_request.head.ref }}