Skip to content

Commit

Permalink
Update traffic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodr97 authored Nov 16, 2023
1 parent 18caf83 commit 04aa81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/traffic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
--header 'authorization: Bearer ${{ secrets.TRAFFIC_API }}' \
--header 'content-type: application/json')
if [ "$response" -eq 200 ]; then
if [ "$response" = "200" ]; then
curl --request GET \
--url https://api.github.com/repos/${{ github.repository }}/traffic/views \
--header 'authorization: Bearer ${{ secrets.TRAFFIC_API }}' \
Expand Down

0 comments on commit 04aa81b

Please sign in to comment.