Skip to content

Commit

Permalink
!==
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tracy committed Jun 5, 2020
1 parent 84ac37b commit fca39da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function getInputs(): IGitSourceSettings {
splitRepository.length !== 2 ||
!splitRepository[0] ||
!splitRepository[1] ||
splitRepository[0] !== `${github.context.repo.owner}`
splitRepository[0] != github.context.repo.owner
) {
throw new Error(
`Invalid repository '${qualifiedRepository}'. Expected format ${github.context.repo.owner}/{repo}.`
Expand Down

0 comments on commit fca39da

Please sign in to comment.