fix(docs): use correct badge query url

!54
This commit is contained in:
2024-03-30 04:07:42 +09:30
parent f139827554
commit af10814791
3 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@
mkdir -p test_results;
cat <<EOF > test_results/${test_image}.json
{
"$( echo ${test_image} | sed -e 's/\./_/')": "passed"
"$( echo ${test_image} | sed -e 's/\./_/')": "Pass"
}
EOF
@ -99,7 +99,7 @@
cat <<EOF > test_results/${test_image}.json
{
"$( echo ${test_image} | sed -e 's/\./_/')": "fail"
"$( echo ${test_image} | sed -e 's/\./_/')": "Fail"
}
EOF