Skip to content

Commit 12970e0

Browse files
authored
fix typo in main build (#1130)
Removing problematic backslash which was making the workflow invalid: https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/16834776574/workflow By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 15a4e52 commit 12970e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
- name: Publish main build status
278278
run: |
279279
value="${{ needs.build.result == 'success' && needs.e2e-test.result == 'success' && needs.contract-tests.result == 'success' \
280-
&& needs.application-signals-lambda-layer-build.result == 'success' && \needs.application-signals-e2e-test.result == 'success' && '0.0' || '1.0'}}"
280+
&& needs.application-signals-lambda-layer-build.result == 'success' && needs.application-signals-e2e-test.result == 'success' && '0.0' || '1.0'}}"
281281
aws cloudwatch put-metric-data --namespace 'ADOT/GitHubActions' \
282282
--metric-name Failure \
283283
--dimensions repository=${{ github.repository }},branch=${{ github.ref_name }},workflow=main_build \

0 commit comments

Comments
 (0)