Skip to content

Commit

Permalink
pre final
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecancio committed Mar 20, 2024
1 parent e71126a commit 3137af9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/latex_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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})`
})

0 comments on commit 3137af9

Please sign in to comment.