We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ac87d commit d50cf13Copy full SHA for d50cf13
.github/workflows/check_updates.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Check if yesterday is included
13
run: |
14
- curl -H "x-test: ${{secrets.BYPASS_HEADER}}" -o optimalfraction.json https://charts-core.peercoinexplorer.net/optimalfraction.json
+ curl -v -H "x-test: ${{ secrets.BYPASS_HEADER }}" -o optimalfraction.json https://charts-core.peercoinexplorer.net/optimalfraction.json
15
16
jq empty optimalfraction.json || { echo "Invalid JSON"; exit 1; }
17
0 commit comments