Replace space with uri safe equivalent
parent
f7b08754e2
commit
abdb5a1760
|
@ -31,6 +31,6 @@ jobs:
|
||||||
if: needs.pr-check.outputs.number != 'null' && github.ref == 'refs/heads/main' && success()
|
if: needs.pr-check.outputs.number != 'null' && github.ref == 'refs/heads/main' && success()
|
||||||
run: |
|
run: |
|
||||||
curl -f -X 'GET' \
|
curl -f -X 'GET' \
|
||||||
"https://badgeapi.docker.162536.xyz/set_badge/?repo=marmoset-test-cases&branch=main&action=throughput&new_badge=Throughput-$(echo "scale=2; $BENCHMARK_THROUGHPUT / 1024" | bc) kB/s-blue" \
|
"https://badgeapi.docker.162536.xyz/set_badge/?repo=marmoset-test-cases&branch=main&action=throughput&new_badge=Throughput-$(echo "scale=2; $BENCHMARK_THROUGHPUT / 1024" | bc)%20kB/s-blue" \
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'X-API-Key: ${{ secrets.BADGE_API_KEY }}'
|
-H 'X-API-Key: ${{ secrets.BADGE_API_KEY }}'
|
Loading…
Reference in New Issue