From ff4745203f4b176483be6237e0357cf838b0636c Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Tue, 14 May 2024 15:48:58 +0200 Subject: [PATCH] Let's use Testing Farm as GitHub Action in version 2 Signed-off-by: Petr "Stone" Hracek --- .github/workflows/interop-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml index d828809..3d64a3b 100644 --- a/.github/workflows/interop-tests.yml +++ b/.github/workflows/interop-tests.yml @@ -35,7 +35,7 @@ jobs: # https://github.com/sclorg/testing-farm-as-github-action - name: Schedule tests on external Testing Farm by Testing-Farm-as-github-action id: github_action - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v2 with: api_key: ${{ secrets.TF_INTERNAL_API_KEY }} git_url: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"