Skip to content

Commit

Permalink
Merge pull request #3120 from balena-io/vipulgupta2048/update-issue-a…
Browse files Browse the repository at this point in the history
…ction

patch: Update create-issue-from-file action to v5
  • Loading branch information
flowzone-app[bot] authored Dec 23, 2024
2 parents acf384c + 8679eab commit a1e0394
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
schedule:
- cron: "00 00 * * 1"

permissions:
contents: read
issues: write
actions: read
pull-requests: read

jobs:
Checking-Links:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,8 +43,11 @@ jobs:

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./lychee/out.md
labels: automated issue
labels: |
report
automated issue

0 comments on commit a1e0394

Please sign in to comment.