From 79819d950111d49ce5ecc57b7c83444b45a3bd9d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 9 Feb 2023 15:42:36 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/charts-release.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 988485c41cf..8664aa2baa3 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -14,8 +14,6 @@ jobs: release-helm: runs-on: ubuntu-latest - outputs: - ref: ${{ steps.save-commit-hash.outputs.commit_hash }} container: image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d steps: @@ -27,8 +25,6 @@ jobs: - name: Checkout Helm-Staging uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - if: | - steps.collect-changes.outputs.changesDetectedAfterTag == 'true' with: fetch-depth: 1 repository: truecharts/helm-staging @@ -37,8 +33,6 @@ jobs: - name: Fix Pre-Commit issues shell: bash - if: | - steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | echo "Running pre-commit test-and-cleanup..." pre-commit run --all ||: @@ -46,16 +40,12 @@ jobs: find . -name '*.sh' | xargs chmod +x - name: Commit Helm Changes - if: | - steps.collect-changes.outputs.changesDetected == 'true' run: | rm -rf helm/charts mkdir helm/charts cp -rf charts helm/charts - name: Commit Helm Changes - if: | - steps.collect-changes.outputs.changesDetected == 'true' run: | cd helm git config user.name "TrueCharts-Bot"