github actions for artifacts linking #1
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: Artifact links comments 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 |