Skip to content

Commit 0e59a9c

Browse files
authored
✨Display notice with PR link (#101)
Solves #100
1 parent 2a4f6d7 commit 0e59a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const run = async () => {
159159

160160
const pullRequest = await git.createOrUpdatePr(COMMIT_EACH_FILE ? changedFiles : '')
161161

162-
core.info(`Pull Request #${ pullRequest.number } created/updated: ${ pullRequest.html_url }`)
162+
core.notice(`Pull Request #${ pullRequest.number } created/updated: ${ pullRequest.html_url }`)
163163

164164
core.setOutput('pull_request_number', pullRequest.number)
165165
core.setOutput('pull_request_url', pullRequest.html_url)

0 commit comments

Comments
 (0)