-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update peter-evans/create-issue-from-file action to v5.0…
….1 (#396) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
94639ab
commit 2f04ee3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
- name: Create Issue From File | ||
if: env.lychee_exit_code != 0 | ||
uses: peter-evans/[email protected].0 | ||
uses: peter-evans/[email protected].1 | ||
with: | ||
title: Link Checker Report | ||
content-filepath: ./lychee/out.md | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
needs: [site] | ||
steps: | ||
- name: Create issue | ||
uses: peter-evans/[email protected].0 | ||
uses: peter-evans/[email protected].1 | ||
with: | ||
title: Nightly build failed | ||
labels: Broken Nightly Build |