We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfd7a9 commit 4776476Copy full SHA for 4776476
.github/workflows/remote-tests.yml
@@ -23,11 +23,10 @@ jobs:
23
run: npm install
24
25
# Sause Labs part
26
- - uses: saucelabs/sauce-connect-action@v1.1.3
+ - uses: saucelabs/sauce-connect-action@v2.2.1
27
with:
28
username: ${{ secrets.SAUCE_USERNAME }}
29
accesskey: ${{ secrets.SAUCE_ACCESS_KEY }}
30
- scVersion: 4.6.4
31
tunnelIdentifier: github-action-tunnel-custom-elements-${{ github.run_id }}
32
# github-action-tunnel-custom-elements-${process.env.GITHUB_RUN_ID}
33
0 commit comments