Skip to content

Commit

Permalink
bump example in README to v2, make it minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Mar 8, 2024
1 parent 041dc66 commit a7d9cca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit a7d9cca

Please sign in to comment.