Skip to content

Commit 68988e5

Browse files
gnalhgitbook-bot
authored andcommitted
GITBOOK-782: No subject
1 parent 0c606b6 commit 68988e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flaky-tests/quarantining.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload test results
7272
if: always()
73-
uses: trunk-io/analytics-uploader@main
73+
uses: trunk-io/analytics-uploader@v1
7474
with:
7575
junit-paths: <TEST OUTPUT PATH>
7676
org-slug: my-trunk-org-slug
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v3
9494

9595
- name: Run tests and upload results
96-
uses: trunk-io/analytics-uploader@main
96+
uses: trunk-io/analytics-uploader@v1
9797
with:
9898
junit-paths: <TEST OUTPUT PATH>
9999
run: <COMMAND TO RUN TESTS>

0 commit comments

Comments
 (0)