Link PR Artifacts #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Link PR Artifacts | |
on: | |
workflow_run: | |
workflows: ["Build EmuFlight"] | |
types: ["completed"] | |
jobs: | |
artifacts-url-comments: | |
name: Add artifact links | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Add artifact links | |
uses: tonyhallett/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
prefix: "Compiled HEX from this Pull-Request. WARNING: No warranty or guarantee of any kind. Test/Fly at your own risk!" | |
format: name | |
addTo: pull |