diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 26c2064ab7..563a504956 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -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