Skip to content

Commit

Permalink
Update update_clone_badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhagey authored Mar 20, 2024
1 parent aa78882 commit 1299405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_clone_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Fetch clone count from GitHub API
CLONE_COUNT=$(curl -s -H "Authorization: ***" \
https://api.github.com/repos/CDCgov/phoenix/traffic/clones \
| jq -r '.clones | if . == null then "0" else map(.count) | add | tostring else "0" end')
| jq -r '.clones | if . == null then "0" else map(.count) | add | tostring end')
- name: Update README badge
run: |
Expand Down

0 comments on commit 1299405

Please sign in to comment.