Add GitHub sha in BrowserStack build ID.
This commit is contained in:
parent
ef0bc661cf
commit
66e4d1f40e
2 changed files with 3 additions and 1 deletions
1
.github/workflows/browserstack.yml
vendored
1
.github/workflows/browserstack.yml
vendored
|
|
@ -43,3 +43,4 @@ jobs:
|
|||
env:
|
||||
BROWSER_STACK_ACCESS_KEY: "${{ secrets.BROWSER_STACK_ACCESS_KEY }}"
|
||||
BROWSER_STACK_USERNAME: "${{ secrets.BROWSER_STACK_USERNAME }}"
|
||||
GITHUB_SHA: "${{ github.sha }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue