Skip to content

Commit 6ad06b7

Browse files
committed
doc: update examples from v3 to v4
1 parent 4dc0dd5 commit 6ad06b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
127127
steps:
128128
- name: Schedule test on Testing Farm
129-
uses: sclorg/testing-farm-as-github-action@v3
129+
uses: sclorg/testing-farm-as-github-action@v4
130130
with:
131131
api_key: ${{ secrets.TF_API_KEY }}
132132
tmt_plan_regex: "smoke"
@@ -160,7 +160,7 @@ jobs:
160160
runs-on: ubuntu-latest
161161
steps:
162162
- name: Schedule test on Testing Farm
163-
uses: sclorg/testing-farm-as-github-action@v3
163+
uses: sclorg/testing-farm-as-github-action@v4
164164
with:
165165
api_key: ${{ secrets.TF_API_KEY }}
166166
```

0 commit comments

Comments
 (0)