Skip to content

Commit 75e7696

Browse files
committed
add the warning sign to the yml file #711
1 parent a2f4516 commit 75e7696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-url-validity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Extract Failing URLs
3333
run: |
3434
echo "Please be so kind to double-check the validity of the following urls:" > failing_urls.md
35-
grep -E '❌' url_check_results.log >> failing_urls.md || echo "No issues found!" >> failing_urls.md
35+
grep -E '❌|⚠️' url_check_results.log >> failing_urls.md || echo "No issues found!" >> failing_urls.md
3636
3737
- name: Create GitHub Issue
3838
if: success()

0 commit comments

Comments
 (0)