Skip to content

github actions for artifacts linking #2

github actions for artifacts linking

github actions for artifacts linking #2

name: Artifacts links comment creator
on:
pull_request:
types: [opened,synchronize]
jobs:
artifacts-url-comments:
name: Add artifacts links
runs-on: ubuntu-22.04
steps:
- name: Add artifacts links to comments.
uses: tonyhallett/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "Compiled HEX from this Pull-Request"
suffix: "WARNING: No warranty or guarantee of any kind. Test/Fly at your own risk!"
format: name
addTo: pull