Skip to content

Commit

Permalink
fix: remote branch not detected
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWaldo committed Aug 7, 2021
1 parent 9de163d commit 94e47bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ try {
const rebaseOnto = getInput('rebase-onto') || contextBranch;
const noIncrement = getInput('no-increment') === 'true';

let remoteBranchExists: string;
let remoteBranchExists = '';

const jsonOpts: options = parseJson(getInput('json-opts'));
if (noIncrement) {
Expand Down

0 comments on commit 94e47bb

Please sign in to comment.