Fix error message

This commit is contained in:
Sidharth Vinod
2024-01-19 16:23:26 +05:30
parent be4721b24d
commit 35b3192c2b

View File

@@ -149,5 +149,5 @@ jobs:
- name: Notify Users
if: ${{ failure() }}
run: |
echo "::error,title=Visual tests failed::You can view images that failed by downloading the error-snapshots artifact: ${{ steps.upload-artifacts.outputs.artifact-url }}"
echo "::error title=Visual tests failed::You can view images that failed by downloading the error-snapshots artifact: ${{ steps.upload-artifacts.outputs.artifact-url }}"