We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47d0a4 commit 82eaa90Copy full SHA for 82eaa90
.github/workflows/create-porting-issue.yml
@@ -31,7 +31,7 @@ jobs:
31
owner,
32
repo: otherRepo,
33
title: "Test auto-porting issue",
34
- body: "This is a test. Porting from ${currentRepo} to ${otherRepo}",
+ body: `This is a test. Porting from ${currentRepo} to ${otherRepo}`,
35
labels: ["porting"]
36
});
37
}
0 commit comments