mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-16 07:03:13 +08:00
fix: convert to string
This commit is contained in:
parent
0d912a1314
commit
cbe4d56fb8
@ -16,7 +16,7 @@ export async function run(): Promise<void> {
|
||||
|
||||
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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user