Skip to content

Commit 3ae4346

Browse files
committed
refactor: add action group info
1 parent 1f24b27 commit 3ae4346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/run.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const run = async (): Promise<void> => {
1313
const workSpace = process.env.GITHUB_WORKSPACE as string
1414
const filePath = path.join(workSpace, inp.FilePath)
1515
const fileContent = fs.readFileSync(filePath).toString()
16+
core.info(`[INFO] Done with file "${filePath}"`)
1617
core.endGroup()
1718

1819
core.startGroup('Deploy to gist')
@@ -27,6 +28,7 @@ export const run = async (): Promise<void> => {
2728
}
2829
}
2930
})
31+
core.info(`[INFO] Done with gist "${inp.GistID}/${fileName}"`)
3032
core.endGroup()
3133

3234
core.info('[INFO] Action successfully completed')

0 commit comments

Comments
 (0)