Skip to content

Commit d8f3387

Browse files
committed
chore: use explicit version of TestIO GHA
1 parent 9e6b8ea commit d8f3387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template_testio_trigger_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
if: startsWith(github.event.comment.body, '@bot-testio exploratory-test') # this is the prefix all subsequent comments must start with
2525

2626
steps:
27-
- name: Request required input and trigger test on TestIO
28-
uses: Staffbase/[email protected].0
27+
- name: Trigger Test on TestIO
28+
uses: Staffbase/[email protected].3
2929
with:
3030
testio-slug: ${{ inputs.testio-slug }}
3131
testio-product-id: ${{ inputs.testio-product-id }}

0 commit comments

Comments
 (0)