From d733cc1af78edae23558999e759bc251540dfa77 Mon Sep 17 00:00:00 2001 From: tuutti Date: Mon, 29 Jan 2024 12:58:37 +0200 Subject: [PATCH] UHF-8762: More fixes --- .github/workflows/visual.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/visual.yml b/.github/workflows/visual.yml index 92b46a67a..a050f4083 100644 --- a/.github/workflows/visual.yml +++ b/.github/workflows/visual.yml @@ -114,11 +114,11 @@ jobs: if: github.ref != 'refs/heads/main' run: | if ! npm run full-test; then - echo "result='Tests failed! '" >> $GITHUB_OUTPUT + echo "result=Tests failed!" >> $GITHUB_OUTPUT else - echo "result='Tests passed! '" >> $GITHUB_OUTPUT + echo "result=Tests passed!" >> $GITHUB_OUTPUT fi - echo "output_url='You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt/pull/${{ github.event.pull_request.number }}/html_report/'" >> $GITHUB_OUTPUT + echo "output_url=You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt/pull/${{ github.event.pull_request.number }}/html_report/" >> $GITHUB_OUTPUT - name: Find Comment uses: peter-evans/find-comment@v3