Update charts-release.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2022-03-30 18:37:56 +02:00
committed by GitHub
parent 3b52d39349
commit b19d9a6b4f
+1 -1
View File
@@ -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}"