File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222 BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
2323 EMULATOR_BRANCH="testing-sdk-${BRANCH_NAME}"
2424
25- git clone git@github.com:aws/aws-lambda- durable-functions -emulator.git
26- cd aws-lambda- durable-functions -emulator
25+ git clone git@github.com:aws/aws-durable-execution -emulator.git
26+ cd aws-durable-execution -emulator
2727 git push origin --delete "$EMULATOR_BRANCH" || echo "Branch may not exist"
2828
2929 create-emulator-pr :
5151
5252 - name : Checkout emulator repo
5353 run : |
54- git clone git@github.com:aws/aws-lambda- durable-functions -emulator.git emulator
54+ git clone git@github.com:aws/aws-durable-execution -emulator.git emulator
5555
5656 - name : Create branch and update uv.lock
5757 working-directory : emulator
@@ -151,6 +151,7 @@ jobs:
151151 });
152152 } else {
153153 // Create new PR
154+ console.log("Creating an emulator PR")
154155 const response = await github.rest.pulls.create({
155156 owner: 'aws',
156157 repo: 'aws-durable-execution-emulator',
You can’t perform that action at this time.
0 commit comments