Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit eba7503

Browse files
Fixed the syntax to interpolate the variable in the message string.
1 parent 8069ae7 commit eba7503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
2626
issue_number: context.payload.pull_request.number,
27-
body: `@${owner}, please make sure that you update the files in Heretto and post the Heretto share link in this PR.`
27+
body: `@${context.repo.owner}, please make sure that you update the files in Heretto and post the Heretto share link in this PR.`
2828
})

0 commit comments

Comments
 (0)