fix invalid json in workflow settings (#6831)
This commit is contained in:
parent
56ad22b39b
commit
c4a788b7b2
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
{
|
{
|
||||||
"maxSessionTurns": 25,
|
"maxSessionTurns": 25,
|
||||||
"coreTools": [
|
"coreTools": [
|
||||||
"run_shell_command(echo)",
|
"run_shell_command(echo)"
|
||||||
],
|
],
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue