From 45eb1a191a1286ca77cfb9b0fe460005e5b669ea Mon Sep 17 00:00:00 2001 From: cansavvy Date: Thu, 29 Feb 2024 08:22:12 -0500 Subject: [PATCH] Make it so blank is the logic --- .github/workflows/check-url.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-url.yml b/.github/workflows/check-url.yml index 680c28f2..bef6d669 100644 --- a/.github/workflows/check-url.yml +++ b/.github/workflows/check-url.yml @@ -91,7 +91,7 @@ jobs: echo "issue_exists=$issue_exists" >> $GITHUB_OUTPUT # We want to retrieve this file after this runs so we can see what spell check errors were detected - - name: Archive session info + - name: Archive session info uses: actions/upload-artifact@v3 # These arguments underneath `with` are generally action specific so we have to check the documentation: https://github.com/marketplace/actions/upload-a-build-artifact with: @@ -99,7 +99,7 @@ jobs: path: session_info.txt - name: If too many URL errors, then make an issue - if: ${{ steps.check-report.outputs.error_num >= 1 && steps.find-issue.outputs.issue_exists == 'FALSE'}} + if: ${{ steps.check-report.outputs.error_num >= 1 && steps.find-issue.outputs.issue_exists == ''}} uses: JasonEtco/create-an-issue@v2 with: filename: .github/ISSUE_TEMPLATE/url-error.md