Update charts-release.yaml
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
|||||||
- name: Save commit hash
|
- name: Save commit hash
|
||||||
id: save-commit-hash
|
id: save-commit-hash
|
||||||
run: |
|
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 }}'
|
echo '::set-output name=commit_hash::${{ steps.create-commit.outputs.commit_hash }}'
|
||||||
else
|
else
|
||||||
echo "::set-output name=commit_hash::${GITHUB_SHA}"
|
echo "::set-output name=commit_hash::${GITHUB_SHA}"
|
||||||
|
|||||||
Reference in New Issue
Block a user