Skip to content

Link Artifacts in PR #91

Link Artifacts in PR

Link Artifacts in PR #91

Workflow file for this run

name: Link Artifacts in PR
on:
workflow_run:
workflows: [build-site, Build website, jekyll]
types: [completed]
jobs:
artifacts-url-comments:
name: add artifact links to pull request and related issues job
runs-on: windows-2019
steps:
- name: add artifact links to pull request and related issues step
uses: tonyhallett/artifacts-url-comments@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: Here are the artifacts
suffix: Have a nice day.
format: name
addTo: pull