Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin JOLY authored Nov 1, 2023
1 parent c80ce30 commit 8dc27d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/increase_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
cd hack/ && go run update_after_renovate.go ${{ steps.changed-files-specific.outputs.all_changed_files }}
- name: Commit modifications
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
run: |
git commit -a -m "[AUTO] Update chart version"
git push

0 comments on commit 8dc27d0

Please sign in to comment.