Skip to content

Commit

Permalink
Downgrade cloning log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear committed Jan 1, 2024
1 parent 4f70d26 commit 2197ffa
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

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

2 changes: 1 addition & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Git {
headRef: string,
targetDirectory = '.'
): Promise<void> {
core.info(`Cloning ${repo} with the single branch "${headRef}"`)
core.debug(`Cloning ${repo} with the single branch "${headRef}"`)

await this.client.clone(`https://github.com/${repo}`, targetDirectory, [
`--branch=${headRef}`,
Expand Down

0 comments on commit 2197ffa

Please sign in to comment.