Skip to content

Commit

Permalink
chore: add changelog log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 6, 2021
1 parent 4911f30 commit 967f965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ async function run() {
core.info(`Tag: \x1b[34m${tagRef || '-'}\x1b[0m`);
core.info(`Input head-ref: \x1b[34m${headRef}\x1b[0m`);
core.info(`Input base-ref: \x1b[34m${baseRef}\x1b[0m`);
core.info(`Result Changelog: \x1b[34m${changelog}\x1b[0m`);
core.setOutput('compareurl', `https://github.com/${owner}/${repo}/compare/${baseRef}...${tagRef || headRef}`);
core.setOutput('changelog', changelog);
} else {
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async function run() {
core.info(`Tag: \x1b[34m${tagRef || '-'}\x1b[0m`);
core.info(`Input head-ref: \x1b[34m${headRef}\x1b[0m`);
core.info(`Input base-ref: \x1b[34m${baseRef}\x1b[0m`);
core.info(`Result Changelog: \x1b[34m${changelog}\x1b[0m`);
core.setOutput('compareurl', `https://github.com/${owner}/${repo}/compare/${baseRef}...${tagRef || headRef}`);
core.setOutput('changelog', changelog);
} else {
Expand Down

0 comments on commit 967f965

Please sign in to comment.