From 0a8b5121db44db17a5ccf21c65a23104ab359362 Mon Sep 17 00:00:00 2001 From: cancio Date: Wed, 20 Mar 2024 02:17:05 +0000 Subject: [PATCH] aaaaaa --- .github/workflows/latex_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latex_build.yml b/.github/workflows/latex_build.yml index 1a9b64b..b415cb6 100644 --- a/.github/workflows/latex_build.yml +++ b/.github/workflows/latex_build.yml @@ -33,7 +33,7 @@ jobs: return day + '/' + month + '/' + year + ' ' + hours + ':' + minutes; } - const currentDate = formatDate(new Date().toLocaleString("pt-BR", {timeZone: "America/Sao_Paulo"})); + const currentDate = new Date().toLocaleString("pt-BR", {timeZone: "America/Sao_Paulo"}); github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner,