Skip to content

Commit

Permalink
Revision b2a2fe8
Browse files Browse the repository at this point in the history
  • Loading branch information
qawolf-team committed Nov 14, 2023
1 parent 17d823b commit 85eed4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pull-requests: read
steps:
- name: Create QA Wolf environment
uses: qawolf/preview-testing-action
uses: qawolf/preview-testing-action@v0.1.3-beta
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
pull-requests: read
steps:
- name: Test preview environment
uses: 'qawolf/preview-testing-action'
uses: qawolf/preview-testing-action@v0.1.3-beta
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
pull-requests: read
steps:
- name: Delete PR testing environment
uses: 'qawolf/preview-testing-action'
uses: qawolf/preview-testing-action@v0.1.3-beta
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 85eed4d

Please sign in to comment.