Skip to content

Commit 520100b

Browse files
committed
add log
1 parent 1fa504a commit 520100b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as github from '@actions/github'
33

44
export async function run(): Promise<void> {
55
try {
6+
core.error('test')
67
const mainBranch: string = core.getInput('mainBranch') ?? 'dev'
78
const token: string = core.getInput('token')
89

0 commit comments

Comments
 (0)