Skip to content

Commit

Permalink
Fix dotnet tracer installation (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo authored Feb 6, 2025
1 parent 62e27da commit 6401c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ runs:
DD_SET_TRACER_VERSION_RUBY: ${{ inputs.ruby-tracer-version }}
DD_SET_TRACER_VERSION_GO: ${{ inputs.go-tracer-version }}
DD_INSTRUMENTATION_BUILD_SYSTEM_JAVA: ${{ inputs.java-instrumented-build-system }}
INSTALLATION_SCRIPT_URL: https://install.datadoghq.com/scripts/install_test_visibility_v6.sh
INSTALLATION_SCRIPT_CHECKSUM: 23c0bbba82ee72342dd3967c3147d1086debf6482e8fd729e226d051dd152cd4
INSTALLATION_SCRIPT_URL: https://install.datadoghq.com/scripts/install_test_visibility_v7.sh
INSTALLATION_SCRIPT_CHECKSUM: 2554982c134b97848dc1695651b66ed54633d2a0d98b665a4a452ad916cf6fde

- name: Propagate optional site input to environment variable
if: "${{ inputs.site != '' }}"
Expand Down

0 comments on commit 6401c51

Please sign in to comment.