Skip to content

Commit

Permalink
chore: use explicit version of TestIO GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jreimone committed Jul 20, 2023
1 parent 9e6b8ea commit d8f3387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template_testio_trigger_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
if: startsWith(github.event.comment.body, '@bot-testio exploratory-test') # this is the prefix all subsequent comments must start with

steps:
- name: Request required input and trigger test on TestIO
uses: Staffbase/testio-trigger-test-github-action@v1.0.0
- name: Trigger Test on TestIO
uses: Staffbase/testio-trigger-test-github-action@v1.0.3
with:
testio-slug: ${{ inputs.testio-slug }}
testio-product-id: ${{ inputs.testio-product-id }}
Expand Down

0 comments on commit d8f3387

Please sign in to comment.