Skip to content

Commit

Permalink
Using correct variable for runid.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinsingla committed Feb 21, 2024
1 parent f90d888 commit 3a54b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelName: ${{ github.GITHUB_RUN_ID }}
tunnelName: ${{ github.run_id }}
- name: Saucectl RUN
uses: saucelabs/saucectl-run-action@v4
with:
sauce-username: ${{ secrets.SAUCE_USERNAME }}
sauce-access-key: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnel-name: ${{ github.GITHUB_RUN_ID }}
tunnel-name: ${{ github.run_id }}
# - name: Install dependencies
# run: npm ci
# working-directory: ci
Expand Down

0 comments on commit 3a54b38

Please sign in to comment.