Skip to content

Add artifact links to pull request #1

Add artifact links to pull request

Add artifact links to pull request #1

name: Add artifact links to pull request
on:
workflow_run:
workflows: [RunTests]
types: [completed]
jobs:
artifacts-url-comments:
name: Add artifact links to pull request
runs-on: windows-2019
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: "[MobiFlightConnector.zip]({url})"
addTo: pull