Skip to content

Commit e684473

Browse files
committed
add artifacts.yml
Signed-off-by: Joseph Mattello <[email protected]>
1 parent 5c36463 commit e684473

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: add artifact links to pull request and related issues
2+
on:
3+
workflow_run:
4+
workflows: ["Build"]
5+
types: [completed]
6+
7+
jobs:
8+
artifacts-url-comments:
9+
name: add artifact links to pull request and related issues job
10+
runs-on: windows-2019
11+
steps:
12+
- name: add artifact links to pull request and related issues step
13+
uses: tonyhallett/[email protected]
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
with:
17+
prefix: Here are the artifacts
18+
suffix: Have a nice day.
19+
format: name
20+
addTo: pullandissues

0 commit comments

Comments
 (0)