From ccfaa52e4fdf6bf882112f4c4da468e924a146de Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 14 Nov 2023 08:30:38 +0100 Subject: [PATCH] Bump TestIO version New version of https://github.com/Staffbase/testio-trigger-test-github-action contains a bug fix and should be rolled out. --- .github/workflows/template_testio_trigger_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_testio_trigger_test.yml b/.github/workflows/template_testio_trigger_test.yml index e4cfaf1..fc004f5 100644 --- a/.github/workflows/template_testio_trigger_test.yml +++ b/.github/workflows/template_testio_trigger_test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Trigger Test on TestIO - uses: Staffbase/testio-trigger-test-github-action@v1.1.1 + uses: Staffbase/testio-trigger-test-github-action@v1.1.2 with: testio-slug: ${{ inputs.testio-slug }} testio-product-id: ${{ inputs.testio-product-id }}