Skip to content

Commit

Permalink
Update GetDownloadCount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff authored Sep 12, 2024
1 parent 6a3a45b commit 9d87632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
releases=$(curl -s https://api.github.com/repos/shupershuff/diablo2rloader/releases)
# Debug: Print raw JSON to check the response
echo "Raw releases data:"
echo "$releases" | tee releases.json # Also output to a file for inspection
#echo "Raw releases data:"
#echo "$releases" | tee releases.json # Also output to a file for inspection
# Validate JSON format and check for errors
if ! echo "$releases" | jq empty > /dev/null 2>&1; then
Expand Down

0 comments on commit 9d87632

Please sign in to comment.