From 46cfc4e267d54fb3a64f20d11aaa6db887ea04c9 Mon Sep 17 00:00:00 2001 From: zdxn Date: Fri, 19 Nov 2021 12:43:42 -0500 Subject: [PATCH] mistake --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 1d8d22a..84ae482 100644 --- a/dist/index.js +++ b/dist/index.js @@ -159,7 +159,7 @@ async function run() { name: tag, tag_name: tag, ...(createChangelog && { - body: `Service: ${github.context.repo}\n${changelog}`, + body: `Service: ${github.context.repo.repo}\n${changelog}`, }), prerelease: isPreRelease, }); diff --git a/index.js b/index.js index 0fd8290..266078b 100644 --- a/index.js +++ b/index.js @@ -143,7 +143,7 @@ export async function run() { name: tag, tag_name: tag, ...(createChangelog && { - body: `Service: ${github.context.repo}\n${changelog}`, + body: `Service: ${github.context.repo.repo}\n${changelog}`, }), prerelease: isPreRelease, });