Skip to content

Add artifact links to pull request #229

Add artifact links to pull request

Add artifact links to pull request #229

name: Add artifact links to pull request
on:
workflow_run:
workflows: ["CI"]
types: [completed]
jobs:
artifacts-url-comments:
name: Add artifact links to pull request
runs-on: windows-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: tonyhallett/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "Build for this pull request:"
format: "[StreamDeck-TrackAudio.zip]({url})"
addTo: pull