From b5d4f800194306c5e52ad61bcd9e5640111c8ac7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Aug 2026 13:37:55 +0800 Subject: [PATCH] docs(workflows): document Python init script support --- workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/README.md b/workflows/README.md index bd0b767938..d5569541a2 100644 --- a/workflows/README.md +++ b/workflows/README.md @@ -145,7 +145,7 @@ and resolves the integration from the step config or the workflow default: here: true # or: project: my-project integration: copilot # Optional: defaults to workflow integration integration_options: "--skills" # Optional: extra options for the integration - script: sh # Optional: sh or ps + script: sh # Optional: sh, ps, or py force: true # Optional: required when target directory already exists preset: healthcare-compliance # Optional preset ID ```