We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86e6f6a + aa21cec commit 27fff48Copy full SHA for 27fff48
.github/workflows/automation-trigger-test.yml
@@ -67,11 +67,12 @@ jobs:
67
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")
68
parsed=$(echo $response | jq ".app_url")
69
echo "::add-mask::$parsed"
70
- echo "APP_URL=$parsed" >> "$GITHUB_ENV"
+ echo "BrowserStackIOSBuildKey=$parsed" >> "$GITHUB_ENV"
71
- name: Cheout Automation Code
72
uses: actions/checkout@v4
73
with:
74
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
75
+ ref: UpdateBrowserStackEnvVariable
76
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
77
- name: Set up JDK 11
78
uses: actions/setup-java@v3
0 commit comments