Skip to content

Commit 27fff48

Browse files
authored
Merge pull request #1294 from BranchMetrics/UpdateBrowserStackEnvVariableName
Update iOS build browserStack env variable name
2 parents 86e6f6a + aa21cec commit 27fff48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automation-trigger-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ jobs:
6767
response=$(curl -X POST https://api-cloud.browserstack.com/app-automate/upload -u "${{ secrets.BROWSER_STACK_USER }}:${{ secrets.BROWSER_STACK_KEY }}" -F "file=@DeepLinkDemo/IPA/DeepLinkDemo.ipa")
6868
parsed=$(echo $response | jq ".app_url")
6969
echo "::add-mask::$parsed"
70-
echo "APP_URL=$parsed" >> "$GITHUB_ENV"
70+
echo "BrowserStackIOSBuildKey=$parsed" >> "$GITHUB_ENV"
7171
- name: Cheout Automation Code
7272
uses: actions/checkout@v4
7373
with:
7474
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
75+
ref: UpdateBrowserStackEnvVariable
7576
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
7677
- name: Set up JDK 11
7778
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)