Skip to content

Commit

Permalink
v9
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangB33r committed Mar 22, 2023
1 parent da6708f commit 9193965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To send a metric, configure a job step like the following:

```yaml
- name: Build count
uses: dynatrace-oss/dynatrace-github-action@v8
uses: dynatrace-oss/dynatrace-github-action@v9
with:
url: '${{ secrets.DT_URL }}'
token: '${{ secrets.DT_TOKEN }}'
Expand Down Expand Up @@ -56,7 +56,7 @@ steps:
run: this-will-fail
- name: Notify Dynatrace on Build Failed
if: failure()
uses: dynatrace-oss/dynatrace-github-action@v8
uses: dynatrace-oss/dynatrace-github-action@v9
with:
url: '${{ secrets.DT_URL }}'
token: '${{ secrets.DT_TOKEN }}'
Expand Down Expand Up @@ -86,7 +86,7 @@ steps:
run: this-will-fail
- name: Notify Dynatrace on Build Failed
if: failure()
uses: dynatrace-oss/dynatrace-github-action@v8
uses: dynatrace-oss/dynatrace-github-action@v9
with:
url: '${{ secrets.DT_URL }}'
token: '${{ secrets.DT_TOKEN }}'
Expand Down

0 comments on commit 9193965

Please sign in to comment.