Skip to content

Commit c08db2d

Browse files
Update run.ts
1 parent 523531d commit c08db2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 "${process.env.GITHUB_ACTOR}/${inp.GistID}/${fileName}"`)
31+
core.info(`[INFO] Done with gist "${inp.GistID}/${fileName}"`)
3232
core.endGroup()
3333

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

0 commit comments

Comments
 (0)