From 94d437bf45d4e31ad2968452fd943d0a992b6c9f Mon Sep 17 00:00:00 2001 From: ArnaudTa <33383276+ArnaudTA@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:33:11 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=91=B7=20add=20worflow=20to=20up?= =?UTF-8?q?date=20chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-chart.yaml b/.github/workflows/update-chart.yaml index 2df566b..b2f265c 100644 --- a/.github/workflows/update-chart.yaml +++ b/.github/workflows/update-chart.yaml @@ -67,7 +67,7 @@ jobs: sed -i "s/version: .*/version: $NEXT_VERSION/" charts/${{ inputs.CHART_NAME }}/Chart.yaml docker run --rm --volume "$(pwd)/charts/${{ inputs.CHART_NAME }}:/helm-docs" -u $(id -u) jnorwood/helm-docs:latest - git co -b ${{ inputs.CHART_NAME }}-$NEXT_VERSION + git checkout -b ${{ inputs.CHART_NAME }}-$NEXT_VERSION git commit -m "chore: :arrow_up: upgrade ${{ inputs.CHART_NAME }} to ${{ inputs.APP_VERSION }}" -a git push --set-upstream origin ${{ inputs.CHART_NAME }}-$NEXT_VERSION echo "BRANCH_PR=${{ inputs.CHART_NAME }}-$NEXT_VERSION" >> $GITHUB_OUTPUT