diff --git a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml index 8a917ce..7fcb983 100644 --- a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml +++ b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml @@ -46,11 +46,11 @@ jobs: id: determine_deployment_clearance run: | if [ -z "$env.PR_NUMBER" ] || [[ ${{ ! contains(env.PR_LABELS, 'prevent_auto_deployment') }} == true ]]; then - echo "deployment_clearance=true" >> "$GITHUB_OUTPUT" echo "Deployment clearance: true" + echo "deployment_clearance=true" >> "$GITHUB_OUTPUT" else - echo "deployment_clearance=false" >> "$GITHUB_OUTPUT" echo "Deployment clearance: false" + echo "deployment_clearance=false" >> "$GITHUB_OUTPUT" fi scan_helm: