Skip to content

Commit 82eaa90

Browse files
committed
Fix formatting
1 parent e47d0a4 commit 82eaa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-porting-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
owner,
3232
repo: otherRepo,
3333
title: "Test auto-porting issue",
34-
body: "This is a test. Porting from ${currentRepo} to ${otherRepo}",
34+
body: `This is a test. Porting from ${currentRepo} to ${otherRepo}`,
3535
labels: ["porting"]
3636
});
3737
}

0 commit comments

Comments
 (0)