ci: Fix extracting the cypress dashboard url in ci-test-result (#24890)

## Description
- Fix extracting the cypress dashboard url in ci-test-result 
#### Type of change
- Workflow file changes
## Testing
>
#### How Has This Been Tested?
- Workflow file changes
This commit is contained in:
Saroj 2023-06-28 11:19:19 +05:30 committed by GitHub
parent 7818444beb
commit a781a6d150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ jobs:
- name: Print cypress dashboard url
id: dashboard_url
run: |
cypress_url = $(cat ~/cypress_url)
cypress_url=$(cat ~/cypress_url)
echo "dashboard_url=$cypress_url" >> $GITHUB_OUTPUT
# Download failed_spec list for all jobs