-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
238e35c
commit 6043812
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
pull-requests: read | ||
steps: | ||
- name: Create QA Wolf environment | ||
uses: qawolf/[email protected].6-beta | ||
uses: qawolf/[email protected].7-beta | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
|
@@ -82,7 +82,7 @@ jobs: | |
pull-requests: read | ||
steps: | ||
- name: Test preview environment | ||
uses: qawolf/[email protected].6-beta | ||
uses: qawolf/[email protected].7-beta | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
|
@@ -112,7 +112,7 @@ jobs: | |
pull-requests: read | ||
steps: | ||
- name: Delete PR testing environment | ||
uses: qawolf/[email protected].6-beta | ||
uses: qawolf/[email protected].7-beta | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
|