ci: fix Slack gate condition syntax (remove escaped quotes)
CD - Develop / build-and-deploy (push) Failing after 3m40s
CD - Develop / build-and-deploy (push) Failing after 3m40s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user