From a7d9cca1648be8b432f99f68dd5f55c106cf1d01 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Fri, 8 Mar 2024 09:29:54 +0100 Subject: [PATCH] bump example in README to v2, make it minimal --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d4dcdbe..f89592e 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Schedule test on Testing Farm - uses: sclorg/testing-farm-as-github-action@v1 + uses: sclorg/testing-farm-as-github-action@v2 with: api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/sclorg/sclorg-testing-farm - tmt_plan_regex: "centos" - update_pull_request_status: "false" ```