Skip to content

Commit

Permalink
Add steps:
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Sep 20, 2023
1 parent 6aa1c3a commit e747bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/url-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ labels: url-error
URL's in this course were just checked and some broken URLs were found.

**Number of errors:** {{ env.ERROR_NUM }}
**File_where errors are:** {{ env.FILE_PATH }}
**File where errors are:** {{ env.FILE_PATH }}
1 change: 1 addition & 0 deletions .github/workflows/check-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
needs: set-up
if: ${{needs.set-up.outputs.toggle_url_check_periodically == 'yes'}}

steps:
- name: Run the check
uses: jhudsl/ottr-reports@main
id: check_results
Expand Down

0 comments on commit e747bbc

Please sign in to comment.