Skip to content

Commit

Permalink
Fix less than or greater than
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Sep 21, 2023
1 parent 7cd6c56 commit 05563a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: bash

- name: If too many URL errors, then make an issue
if: ${{ steps.check-report.outputs.error_num <= 1 }}
if: ${{ steps.check-report.outputs.error_num > 1 }}
uses: JasonEtco/create-an-issue@v2
with:
filename: .github/ISSUE_TEMPLATE/url-error.md
Expand Down

0 comments on commit 05563a1

Please sign in to comment.