You've already forked awesomebitcoin.cash
switch issue creator
This commit is contained in:
@@ -17,14 +17,16 @@ jobs:
|
|||||||
markdown-link-check:
|
markdown-link-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: peter-evans/link-checker@v1
|
uses: lycheeverse/lychee-action@v1.5.1
|
||||||
with:
|
with:
|
||||||
args: -v -r *.md
|
# Use different output file path
|
||||||
|
output: /tmp/out.md
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{secrets.LINKS}}
|
||||||
- name: Create Issue From File
|
- name: Create Issue From File
|
||||||
uses: peter-evans/create-issue-from-file@v4
|
uses: peter-evans/create-issue-from-file@v4
|
||||||
with:
|
with:
|
||||||
title: Link Checker Report
|
title: Link Checker Report
|
||||||
content-filepath: ./link-checker/out.md
|
content-filepath: /tmp/out.md
|
||||||
labels: report, automated issue
|
labels: report, automated issue
|
||||||
|
|||||||
Reference in New Issue
Block a user