Skip to content

Commit 4893421

Browse files
authored
chore: add additional log notes
1 parent 68e252f commit 4893421

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: lib/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/main.ts

+2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ core.info(`Running in ${baseDir}`)
5555
JSON.stringify((await git.listConfig()).all, null, 2)
5656
)
5757

58+
core.info('> Fetching repo...')
5859
await git.fetch(['--tags', '--force'], log)
5960

6061
const targetBranch = getInput('new_branch')
6162
if (targetBranch) {
63+
core.debug('> Checking-out branch...')
6264
await git
6365
.checkout(targetBranch)
6466
.then(() => {

0 commit comments

Comments
 (0)