From 8e746739e448456aca4426ead38a222b90f6711d Mon Sep 17 00:00:00 2001 From: Inessa Vasilevskaya Date: Mon, 21 Mar 2022 12:31:59 +0100 Subject: [PATCH 3/9] Use v1.2.9 version of github action This has been tested and declared working, so lets use this one for greater stability instead of v1 --- .github/workflows/tmt-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tmt-tests.yml b/.github/workflows/tmt-tests.yml index ed77774..4bfb191 100644 --- a/.github/workflows/tmt-tests.yml +++ b/.github/workflows/tmt-tests.yml @@ -151,7 +151,7 @@ jobs: id: run_test_7to8 env: ARTIFACTS: ${{ format('{0};{1}', steps.leapp_repository_pr_regex_match.outputs.match != '' && steps.copr_build_leapp_repository.outputs.copr_id || steps.get_latest_lpr_copr_build_id.outputs.copr_id, steps.copr_build.outputs.copr_id) }} - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v1.2.9 with: # required api_url: ${{ secrets.TF_ENDPOINT }} @@ -178,7 +178,7 @@ jobs: id: run_test_8to9 env: ARTIFACTS: ${{ format('{0};{1}', steps.leapp_repository_pr_regex_match.outputs.match != '' && steps.copr_build_leapp_repository.outputs.copr_id || steps.get_latest_lpr_copr_build_id.outputs.copr_id, steps.copr_build.outputs.copr_id) }} - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v1.2.9 with: # required api_url: ${{ secrets.TF_ENDPOINT }} -- 2.35.3