Skip to content

Commit

Permalink
Update check_links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Mar 16, 2024
1 parent bce29ee commit 27ea091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash
# Extract domains from URLs | remove blank lines | sort | count and list | sort descending
run: |
echo "📊 **Image Hosts Statistics**" >> $GITHUB_STEP_SUMMARY
echo "📊 **Image Hosting Statistics**" >> $GITHUB_STEP_SUMMARY
awk -F/ '{print $3}' lychee/out.md | grep . | sort | uniq -c | sort -nr >> $GITHUB_STEP_SUMMARY
# Always save cache
Expand Down

0 comments on commit 27ea091

Please sign in to comment.