mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
added inst
This commit is contained in:
parent
a954c1a114
commit
d6d3a870c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Instrument app
|
- name: Instrument app
|
||||||
uses: digma-ai/digma-java-instrumentation-action@1.0.3
|
uses: digma-ai/digma-java-instrumentation-action@1.0.2
|
||||||
with:
|
with:
|
||||||
# Assuming the action expects these inputs:
|
# Assuming the action expects these inputs:
|
||||||
collector_url: 'http://example.com/collector'
|
collector_url: 'http://example.com/collector'
|
||||||
|
|
Loading…
Reference in a new issue