We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4f6d7 commit 0e59a9cCopy full SHA for 0e59a9c
src/index.js
@@ -159,7 +159,7 @@ const run = async () => {
159
160
const pullRequest = await git.createOrUpdatePr(COMMIT_EACH_FILE ? changedFiles : '')
161
162
- core.info(`Pull Request #${ pullRequest.number } created/updated: ${ pullRequest.html_url }`)
+ core.notice(`Pull Request #${ pullRequest.number } created/updated: ${ pullRequest.html_url }`)
163
164
core.setOutput('pull_request_number', pullRequest.number)
165
core.setOutput('pull_request_url', pullRequest.html_url)
0 commit comments