Skip to content

Commit

Permalink
switch back to official saucelabs action (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jan 23, 2023
1 parent 87c3a35 commit 2afed35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -346,7 +346,7 @@ jobs:
name: build

- name: start SauceConnect tunnel
uses: tjenkinson/sauce-connect-action@cb0550b782d59960a9864e3629a619fde1cb2c74
uses: saucelabs/sauce-connect-action@7b93bae049e2f30e1b97627e257e529c7537afe9
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
name: build

- name: start SauceConnect tunnel
uses: tjenkinson/sauce-connect-action@cb0550b782d59960a9864e3629a619fde1cb2c74
uses: saucelabs/sauce-connect-action@7b93bae049e2f30e1b97627e257e529c7537afe9
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down

0 comments on commit 2afed35

Please sign in to comment.