Skip to content

Add artifact links to pull request #102

Add artifact links to pull request

Add artifact links to pull request #102

Workflow file for this run

name: Add artifact links to pull request
on:
workflow_run:
workflows: ['Build IITC Button']
types: [completed]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
artifacts-url-comments:
if: ${{ github.event.workflow_run.event == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: add artifact links to pull request and related issues step
uses: tonyhallett/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: Here are the build results
suffix: Artifacts will only be retained for 90 days.
format: url
addTo: pull