Skip to content

Commit

Permalink
add Artifacts links github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 19, 2024
1 parent ebc98f0 commit f4c0434
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/artifacts-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Artifacts links comments creator
on:
workflow_run:
workflows: ["PR"]
types: [completed]

jobs:
artifacts-url-comments:
name: Add artifact links to PR and issues
runs-on: ubuntu-22.04
steps:
- name: Add artifact links to PR and issues
uses: tonyhallett/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "Test HEX"
suffix: "WARNING: No warranty or guarantee of any kind. Test/Fly at your own risk!"
format: name
addTo: pull

0 comments on commit f4c0434

Please sign in to comment.