Skip to content

Commit

Permalink
ci: update output path
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu authored Apr 17, 2024
1 parent 9516ce3 commit 331a56b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
push:

jobs:
linkChecker:
build:
name: Link Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,5 +19,5 @@ jobs:
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./link-checker-output.md
content-filepath: ./reports/link-checker-output.md
labels: report, automated issue

0 comments on commit 331a56b

Please sign in to comment.