Skip to content

Commit

Permalink
use fork of sauce connect for now with fixed retries (video-dev#5045)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson authored Nov 21, 2022
1 parent 87438ae commit 092b648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
name: build

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

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

0 comments on commit 092b648

Please sign in to comment.