Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth52 committed Nov 18, 2024
1 parent d160297 commit e014dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-game-popularity-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
URL: ${{ secrets.DEPLOYMENT_BASE_URL }}
run: |
echo "Updating game popularity"
echo "x-api-key: $CRON_KEY"
echo "$URL/api/games/popularity"
RESPONSE=$(curl -X POST -H "x-api-key: $CRON_KEY" -w "\n%{http_code}\n" "$URL/api/games/popularity")
STATUS=$(echo "$RESPONSE" | sed -n '2p')
echo "Response: $RESPONSE"
Expand Down

0 comments on commit e014dcc

Please sign in to comment.