Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-09-19 07:07:56 +00:00
commit 5b8e8cbdde
2 changed files with 4 additions and 0 deletions

View file

@ -10,3 +10,4 @@ services:
image: mysql
cache:
image: redis
directory: /tmp/

View file

@ -842,6 +842,9 @@
"environment": {
"$ref": "#/definitions/step_environment"
},
"directory": {
"$ref": "#/definitions/step_directory"
},
"secrets": {
"$ref": "#/definitions/step_secrets"
},