From 0d4e56358a7ee4a79980e39da696573b88917009 Mon Sep 17 00:00:00 2001 From: NidhiDixit09 <93544270+NidhiDixit09@users.noreply.github.com> Date: Fri, 31 May 2024 14:16:44 -0700 Subject: [PATCH] Update appium-automation.yml --- .github/workflows/appium-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appium-automation.yml b/.github/workflows/appium-automation.yml index 93aa5df7d..93e75cf05 100644 --- a/.github/workflows/appium-automation.yml +++ b/.github/workflows/appium-automation.yml @@ -90,7 +90,7 @@ jobs: if: ${{ !( github.ref == 'refs/heads/master')}} run: | response=$(curl -X POST https://api-cloud.browserstack.com/app-automate/upload -u "${{ secrets.BROWSER_STACK_USER }}:${{ secrets.BROWSER_STACK_KEY }}" -F "file=@previousVersionSDK/Branch-SDK-Automation-TestBed/build/outputs/apk/debug/Branch-SDK-Automation-TestBed-debug.apk") - parsed=$(echo $response | jq ".app_url") + parsed=$(echo $response | jq -r ".app_url") echo "::add-mask::$parsed" echo "BrowserStackAndroidOldBuildKey=$parsed" >> "$GITHUB_ENV" # automation is compatible with java 11