From b19d9a6b4f3c8609527bf95e1317bf05332989e6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 30 Mar 2022 18:37:56 +0200 Subject: [PATCH] Update charts-release.yaml --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 26046e447d9..7337431364f 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -92,7 +92,7 @@ jobs: - name: Save commit hash id: save-commit-hash run: | - if [ "${{ steps.create-commit.outputs.changes_detected || 'unknown' }}" == "true" ]; then + if [ "${{ steps.create-commit.outputs.changes_detected || 'unknown' }}" = "true" ]; then echo '::set-output name=commit_hash::${{ steps.create-commit.outputs.commit_hash }}' else echo "::set-output name=commit_hash::${GITHUB_SHA}"