Skip to content

Commit 3900ff7

Browse files
committed
feat: display user in the info
1 parent 942afa5 commit 3900ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const run = async (): Promise<void> => {
2828
}
2929
}
3030
})
31-
core.info(`[INFO] Done with gist "${inp.GistID}/${fileName}"`)
31+
core.info(`[INFO] Done with gist "${process.env.GITHUB_ACTOR}/${inp.GistID}/${fileName}"`)
3232
core.endGroup()
3333

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

0 commit comments

Comments
 (0)