Skip to content

Commit

Permalink
Gonna make my own issue finder
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Sep 22, 2023
1 parent 641875a commit 3c24629
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ jobs:
echo ${{ steps.check-report.outputs.error_num }}
- name: Find issues
uses: actions-cool/issues-helper@v3
id: find-issue
with:
actions: 'find-issues'
token: ${{ secrets.GITHUB_TOKEN }}
issue-state: 'open'
title-includes: 'Broken URLs found in the course!'

- name: If too many URL errors, then make an issue
if: ${{ steps.check-report.outputs.error_num >= 1 && steps.find-issue.outputs.exists == 'false'}}
Expand Down

0 comments on commit 3c24629

Please sign in to comment.