8000 feat: console · cauu/github-pages-deploy-action@a7f4000 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7f4000

Browse files
author
caiyufu
committed
feat: console
1 parent c874c8e commit a7f4000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/git.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export async function deploy(): Promise<any> {
108108
Checks to see if the remote exists prior to deploying.
109109
If the branch doesn't exist it gets created here as an orphan.
110110
*/
111+
console.log('target repository repo', targetRepositoryPath, action.targetRepo)
111112
if (targetRepositoryPath) {
112113
await deployToAnotherRepo()
113114
} else {

0 commit comments

Comments
 (0)
0