Skip to content

Commit

Permalink
aaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecancio committed Mar 20, 2024
1 parent 1e6365a commit 0a8b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0a8b512

Please sign in to comment.