Add GitHub sha in BrowserStack build ID.

This commit is contained in:
XhmikosR 2020-12-17 15:39:00 +02:00
parent ef0bc661cf
commit 66e4d1f40e
2 changed files with 3 additions and 1 deletions

View file

@ -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 }}"