Skip to content

Commit 0951b77

Browse files
committed
logging
1 parent 6a8baf4 commit 0951b77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/create-emulator-pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
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:
@@ -51,7 +51,7 @@ jobs:
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',

0 commit comments

Comments
 (0)