ci: fix Slack gate condition syntax (remove escaped quotes)
CD - Develop / build-and-deploy (push) Failing after 3m40s

This commit is contained in:
2026-06-22 22:19:25 -04:00
parent 6eecbf7494
commit 69eb86ea51
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
docker push ${{ secrets.REGISTRY_URL }}/hiveiq-aria:${SHORT_SHA}
- name: Notify Slack
if: always() && github.ref_name == \'main\'
if: always() && github.ref_name == 'main'
run: |
STATUS="${{ job.status }}"
[ "$STATUS" = "success" ] && COLOR="good" || COLOR="danger"