Skip to content

Commit ef37c92

Browse files
committed
fix(ci): fix path to generate_same_template.py
1 parent 7bded69 commit ef37c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-sam-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: "3.13"
2828

2929
- name: Generate SAM template
30-
run: python examples/scripts/generate_sam_template.py
30+
run: python packages/aws-durable-execution-sdk-python/examples/scripts/generate_sam_template.py
3131

3232
- name: Commit and push changes
3333
run: |

0 commit comments

Comments
 (0)