Skip to content

Commit 03a9e35

Browse files
committed
fix: apply bot review suggestions (#3469)
Applied fixes from bot review comments: - Comment #3587146944: Quote interpolated workflow_dir path in example Assisted-By: 🤖 Claude Code
1 parent a04956b commit 03a9e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ current run:
370370
# Reference a sibling file shipped alongside the workflow definition.
371371
- id: apply-config
372372
type: shell
373-
run: 'cp {{ context.workflow_dir }}/defaults.yml ./config.yml'
373+
run: 'cp "{{ context.workflow_dir }}/defaults.yml" ./config.yml'
374374
```
375375

376376
## Input Types

0 commit comments

Comments
 (0)