Skip to content

Commit

Permalink
debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tracy committed Jun 5, 2020
1 parent f229fac commit 4d79e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export function getInputs(): IGitSourceSettings {
result.repositoryOwner = splitRepository[0]
result.repositoryName = splitRepository[1]

core.info(`Owner: ${result.repositoryOwner}, Repo: ${result.repositoryName}`)

// Repository path
result.repositoryPath = core.getInput('path') || '.'
result.repositoryPath = path.resolve(
Expand Down

0 comments on commit 4d79e88

Please sign in to comment.