diff --git a/src/main.ts b/src/main.ts index ab922ee45..4fe539887 100644 --- a/src/main.ts +++ b/src/main.ts @@ -16,7 +16,7 @@ export async function run(): Promise { const date = new Date(); const unixTime = date.getTime(); - await git.setRepo(inps, remoteURL, unixTime); + await git.setRepo(inps, remoteURL, `${unixTime}`); try { await exec.exec('git', ['remote', 'rm', 'origin']);