We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f154f commit 983b03aCopy full SHA for 983b03a
1 file changed
.github/workflows/create-emulator-pr.yml
@@ -105,7 +105,7 @@ jobs:
105
const emulator_branch = `testing-sdk-${branch_name}`;
106
107
// Read and populate PR template
108
- const template = fs.readFileSync('.github/workflows/emulator-pr-template.md', 'utf8');
+ const template = fs.readFileSync('../testing-sdk/.github/workflows/emulator-pr-template.md', 'utf8');
109
const pr_body = template
110
.replace(/{{PR_NUMBER}}/g, pr.number)
111
.replace(/{{BRANCH_NAME}}/g, branch_name);
0 commit comments