From 3137af9aae6b0172819943fd81796c4268fa8521 Mon Sep 17 00:00:00 2001 From: cancio <filipe.cancio@gmail.com> Date: Wed, 20 Mar 2024 01:38:06 +0000 Subject: [PATCH] pre final --- .github/workflows/latex_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/latex_build.yml b/.github/workflows/latex_build.yml index 9af6f0b..99bdb6a 100644 --- a/.github/workflows/latex_build.yml +++ b/.github/workflows/latex_build.yml @@ -22,11 +22,10 @@ jobs: uses: actions/github-script@v6 with: script: | - const artifactId = steps['get-artifact-id'].outputs.result; const artifactUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`; github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `👋 Thanks for reporting! Here is your [artifact](${artifactUrl})` + body: `👋 Aqui está uma nova versão do artigo em PDF: [link](${artifactUrl})` }) \ No newline at end of file