Skip to content

Commit

Permalink
feat: use github sha for browserstack build info
Browse files Browse the repository at this point in the history
* fixes #3239
  • Loading branch information
madwort committed Oct 21, 2021
1 parent 9e1c80c commit 8e4b981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
build-name: BUILD_INFO
build-name: ${GITHUB_SHA}
project-name: REPO_NAME
- name: 'BrowserStack Local Tunnel Setup'
uses: 'browserstack/github-actions/setup-local@master'
Expand Down

0 comments on commit 8e4b981

Please sign in to comment.