We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f4516 commit 75e7696Copy full SHA for 75e7696
1 file changed
.github/workflows/auto-url-validity-check.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Extract Failing URLs
33
run: |
34
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
+ grep -E '❌|⚠️' url_check_results.log >> failing_urls.md || echo "No issues found!" >> failing_urls.md
36
37
- name: Create GitHub Issue
38
if: success()
0 commit comments