Link Artifacts in PR #128
This file contains hidden or 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 Artifacts in PR | |
| on: | |
| workflow_run: | |
| workflows: [build-site, Build website, jekyll] | |
| types: [completed] | |
| jobs: | |
| artifacts-url-comments: | |
| name: add artifact links to pull request and related issues job | |
| runs-on: windows-2019 | |
| steps: | |
| - name: add artifact links to pull request and related issues step | |
| uses: tonyhallett/artifacts-url-comments@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| prefix: Here are the artifacts | |
| suffix: Have a nice day. | |
| format: name | |
| addTo: pull |