Skip to content

Commit 449e0ad

Browse files
committed
updated readme
1 parent d10fe92 commit 449e0ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To send a metric, configure a job step like the following:
2121

2222
```yaml
2323
- name: Build count
24-
uses: dynatrace-oss/dynatrace-github-action@v7
24+
uses: dynatrace-oss/dynatrace-github-action@v8
2525
with:
2626
url: '${{ secrets.DT_URL }}'
2727
token: '${{ secrets.DT_TOKEN }}'
@@ -56,7 +56,7 @@ steps:
5656
run: this-will-fail
5757
- name: Notify Dynatrace on Build Failed
5858
if: failure()
59-
uses: dynatrace-oss/dynatrace-github-action@v7
59+
uses: dynatrace-oss/dynatrace-github-action@v8
6060
with:
6161
url: '${{ secrets.DT_URL }}'
6262
token: '${{ secrets.DT_TOKEN }}'
@@ -86,7 +86,7 @@ steps:
8686
run: this-will-fail
8787
- name: Notify Dynatrace on Build Failed
8888
if: failure()
89-
uses: dynatrace-oss/dynatrace-github-action@v7
89+
uses: dynatrace-oss/dynatrace-github-action@v8
9090
with:
9191
url: '${{ secrets.DT_URL }}'
9292
token: '${{ secrets.DT_TOKEN }}'

0 commit comments

Comments
 (0)