We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bded69 commit ef37c92Copy full SHA for ef37c92
1 file changed
.github/workflows/update-sam-template.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: "3.13"
28
29
- name: Generate SAM template
30
- run: python examples/scripts/generate_sam_template.py
+ run: python packages/aws-durable-execution-sdk-python/examples/scripts/generate_sam_template.py
31
32
- name: Commit and push changes
33
run: |
0 commit comments