Skip to content

Commit 983b03a

Browse files
committed
chore: fix path to pr template
1 parent 89f154f commit 983b03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
const emulator_branch = `testing-sdk-${branch_name}`;
106106
107107
// Read and populate PR template
108-
const template = fs.readFileSync('.github/workflows/emulator-pr-template.md', 'utf8');
108+
const template = fs.readFileSync('../testing-sdk/.github/workflows/emulator-pr-template.md', 'utf8');
109109
const pr_body = template
110110
.replace(/{{PR_NUMBER}}/g, pr.number)
111111
.replace(/{{BRANCH_NAME}}/g, branch_name);

0 commit comments

Comments
 (0)