Skip to content

Commit

Permalink
fix(ci): change path for regeneration of manifests for e2e tests (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 authored Nov 8, 2023
1 parent 2cd5307 commit c5c03d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate_on_deps_bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
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 }}

0 comments on commit c5c03d6

Please sign in to comment.