Skip to content

add artifact links to pr #5

add artifact links to pr

add artifact links to pr #5

Workflow file for this run

name: add artifact links to pr
on:
workflow_run:
workflows: ["Build LaTeX document", "Build LaTeX diff document"]
types: [completed]
jobs:
artifacts-url-comments:
name: add artifact links to pull request and related issues job
runs-on: [ubuntu-latest]
steps:
- name: add artifact links to pull request and related issues step
if: needs.pr-check.outputs.number != null
uses: veitbjarsch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "Status:"
format: "name"
addTo: "pull"