Skip to content

Commit

Permalink
📦 Rebuild files
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Sep 6, 2021
1 parent 0e59a9c commit 893f849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17701,7 +17701,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 893f849

Please sign in to comment.