We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9827f commit 3f1030dCopy full SHA for 3f1030d
.github/workflows/main-build.yml
@@ -124,8 +124,7 @@ jobs:
124
125
- name: Publish main build status
126
run: |
127
- success="${{ needs.build.result == 'success' && needs.application-signals-e2e-test.result == 'success' }}"
128
- value="${success}" == "true" && "0.0" || "1.0"
+ value="${{ needs.build.result == 'success' && needs.application-signals-e2e-test.result == 'success' && '0.0' || '1.0'}}"
129
aws cloudwatch put-metric-data --namespace 'ADOT/GitHubActions' \
130
--metric-name Failure \
131
--dimensions repository=${{ github.repository }},branch=${{ github.ref_name }},workflow=main_build \
0 commit comments