mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-16 23:43:21 +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 date = new Date();
|
||||||
const unixTime = date.getTime();
|
const unixTime = date.getTime();
|
||||||
await git.setRepo(inps, remoteURL, unixTime);
|
await git.setRepo(inps, remoteURL, `${unixTime}`);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await exec.exec('git', ['remote', 'rm', 'origin']);
|
await exec.exec('git', ['remote', 'rm', 'origin']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user