Skip to content

Commit

Permalink
set JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Feb 4, 2023
1 parent ea45f55 commit ae4f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-cache-hit-ratio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CONNECT_BC_API: "${{ secrets.CONNECT_BC_KEY }}"
CALLBACK: "${{ inputs.callback }}"
run: |
terminus env:metrics ${PANTEHON_SITE}.${PANTHEON_ENV} > cache_hit_ratio.json
terminus env:metrics ${PANTEHON_SITE}.${PANTHEON_ENV} --format=json > cache_hit_ratio.json
curl -X POST -H "api-key: $CONNECT_BC_API" -H 'Content-Type: application/json' -d @"cache_hit_ratio.json" $CALLBACK
# - name: Post Artifacts
Expand Down

0 comments on commit ae4f679

Please sign in to comment.