Skip to content

add artifact links to pr #107

add artifact links to pr

add artifact links to pr #107

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: github.event_name != 'push'
uses: veitbjarsch/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "Status:"
format: "name"
addTo: "pull"