Skip to content

Commit d8e8be9

Browse files
committed
ci: use proxyLocalhost action input in Sauce Connect CI workflow
The saucelabs/sauce-connect-action@v3 action accepts 'proxyLocalhost' as an input rather than 'args'.
1 parent 5f1ef6e commit d8e8be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
226226
region: us-west-1
227227
tunnelName: ${{ env.SAUCE_TUNNEL_IDENTIFIER }}
228-
args: --proxy-localhost allow
228+
proxyLocalhost: allow
229229
- name: Run E2E Browser tests
230230
env:
231231
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}

0 commit comments

Comments
 (0)