File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ To send a metric, configure a job step like the following:
21
21
22
22
``` yaml
23
23
- name : Build count
24
- uses : dynatrace-oss/dynatrace-github-action@v7
24
+ uses : dynatrace-oss/dynatrace-github-action@v8
25
25
with :
26
26
url : ' ${{ secrets.DT_URL }}'
27
27
token : ' ${{ secrets.DT_TOKEN }}'
56
56
run: this-will-fail
57
57
- name: Notify Dynatrace on Build Failed
58
58
if: failure()
59
- uses: dynatrace-oss/dynatrace-github-action@v7
59
+ uses: dynatrace-oss/dynatrace-github-action@v8
60
60
with:
61
61
url: '${{ secrets.DT_URL }}'
62
62
token: '${{ secrets.DT_TOKEN }}'
86
86
run: this-will-fail
87
87
- name: Notify Dynatrace on Build Failed
88
88
if: failure()
89
- uses: dynatrace-oss/dynatrace-github-action@v7
89
+ uses: dynatrace-oss/dynatrace-github-action@v8
90
90
with:
91
91
url: '${{ secrets.DT_URL }}'
92
92
token: '${{ secrets.DT_TOKEN }}'
You can’t perform that action at this time.
0 commit comments