mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-24 00:59:41 -06:00
Update get-dolt-correctness-job-json.sh
fix invalid json
This commit is contained in:
@@ -40,7 +40,7 @@ echo '
|
||||
"env": [
|
||||
{ "name": "REPO_ACCESS_TOKEN", "value": "'$REPO_ACCESS_TOKEN'"},
|
||||
{ "name": "ACTOR", "value": "'$ACTOR'"},
|
||||
{ "name": "ACTOR_EMAIL", "value": "'$ACTOR_EMAIL'"}
|
||||
{ "name": "ACTOR_EMAIL", "value": "'$ACTOR_EMAIL'"},
|
||||
{ "name": "DOLT_DEFAULT_BIN_FORMAT", "value": "'NOMS_BIN_FORMAT'"}
|
||||
],
|
||||
"args": [
|
||||
|
||||
Reference in New Issue
Block a user