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 5f8627f commit 5cb1513Copy full SHA for 5cb1513
.github/actions/patch-dependencies/action.yml
@@ -79,7 +79,7 @@ runs:
79
if: ${{ env.patch_otel_java == 'true' }}
80
shell: bash
81
82
- - name: Build opentelemetry-java-contrib with tests
+ - name: Build opentelemetry-java-contrib with tests
83
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 #v3.5.0
84
if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
85
with:
0 commit comments