Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rnelpan1c-dev committed May 25, 2021
1 parent c597177 commit 4f9d585
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run(): Promise<void> {
const pullRequestNr = await pr.getPrNumber(tgtBranch, input.prSource)
core.endGroup()

core.startGroup('RP')
core.startGroup('PR')
if (pullRequestNr) {
core.info('♻️ Update existing PR')
const pull = await pr.updatePr(
Expand Down

0 comments on commit 4f9d585

Please sign in to comment.