We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v3
v4
1 parent 4dc0dd5 commit 6ad06b7Copy full SHA for 6ad06b7
README.md
@@ -126,7 +126,7 @@ jobs:
126
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
127
steps:
128
- name: Schedule test on Testing Farm
129
- uses: sclorg/testing-farm-as-github-action@v3
+ uses: sclorg/testing-farm-as-github-action@v4
130
with:
131
api_key: ${{ secrets.TF_API_KEY }}
132
tmt_plan_regex: "smoke"
@@ -160,7 +160,7 @@ jobs:
160
runs-on: ubuntu-latest
161
162
163
164
165
166
```
0 commit comments