From 8dc27d0fbb21555d6503b7078b3c5280ae3e9eb9 Mon Sep 17 00:00:00 2001 From: Quentin JOLY Date: Wed, 1 Nov 2023 06:39:39 +0100 Subject: [PATCH] lint --- .github/workflows/increase_version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/increase_version.yml b/.github/workflows/increase_version.yml index 74055f1..cdddb4a 100644 --- a/.github/workflows/increase_version.yml +++ b/.github/workflows/increase_version.yml @@ -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