Skip to content

Commit

Permalink
Set debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pecigonzalo committed Dec 14, 2023
1 parent d5afbb0 commit f2971ce
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 @@ -149,7 +149,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
}
core.debug(`submodules = ${result.submodules}`)
core.debug(`recursive submodules = ${result.nestedSubmodules}`)
core.debug(`submodules fetchJobs= ${result.submodulesFetchJobs}`)
core.debug(`submodules submodules-fetch-jobs = ${result.submodulesFetchJobs}`)

// Auth token
result.authToken = core.getInput('token', {
Expand Down

0 comments on commit f2971ce

Please sign in to comment.