Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-30 16:30:51 +0300
committerGitHub <noreply@github.com>2021-08-30 16:30:51 +0300
commita7e64b5a4f1b78c2a843c22ddb9bd427b45557cf (patch)
tree7b17340b185a047bfe4b408f74d2b51082121d43 /.github
parent2a0f7078d4381f1fd4fd30e512c5ca8882d5362b (diff)
Add GitHub SHA in BrowserStack build ID. (#34077)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/browserstack.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index ffa594a774..f689a6f352 100644
--- a/.github/workflows/browserstack.yml
+++ b/.github/workflows/browserstack.yml
@@ -34,3 +34,4 @@ jobs:
env:
BROWSER_STACK_ACCESS_KEY: "${{ secrets.BROWSER_STACK_ACCESS_KEY }}"
BROWSER_STACK_USERNAME: "${{ secrets.BROWSER_STACK_USERNAME }}"
+ GITHUB_SHA: "${{ github.sha }}"