Skip to content

Commit

Permalink
✨Display notice with PR link (#101)
Browse files Browse the repository at this point in the history
Solves #100
  • Loading branch information
Nef10 committed Sep 6, 2021
1 parent 2a4f6d7 commit 0e59a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const run = async () => {

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

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

core.setOutput('pull_request_number', pullRequest.number)
core.setOutput('pull_request_url', pullRequest.html_url)
Expand Down

0 comments on commit 0e59a9c

Please sign in to comment.