Skip to content

Commit d50cf13

Browse files
Update check_updates.yml
1 parent 37ac87d commit d50cf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_updates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Check if yesterday is included
1313
run: |
14-
curl -H "x-test: ${{secrets.BYPASS_HEADER}}" -o optimalfraction.json https://charts-core.peercoinexplorer.net/optimalfraction.json
14+
curl -v -H "x-test: ${{ secrets.BYPASS_HEADER }}" -o optimalfraction.json https://charts-core.peercoinexplorer.net/optimalfraction.json
1515
1616
jq empty optimalfraction.json || { echo "Invalid JSON"; exit 1; }
1717

0 commit comments

Comments
 (0)