Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
  • Loading branch information
vipulgupta2048 committed Nov 5, 2023
1 parent 75d8734 commit 6c5c10a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
strict: true
verbose: false

- uses: theashraf/alex-action@master
# - uses: theashraf/alex-action@master
20 changes: 10 additions & 10 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
uses: lycheeverse/lychee-action@ec7614d7605b47efb08dc370f6d0a71884cba944 # 1.8.0
with:
args: >
--config ./lychee.toml
--config ./lychee.toml README.md
- name: Create Issue From File
if: |
github.event_name != 'pull_request' &&
env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: good-first-issue, automated issue
# - name: Create Issue From File
# if: |
# github.event_name != 'pull_request' &&
# env.lychee_exit_code != 0
# uses: peter-evans/create-issue-from-file@v4
# with:
# title: Link Checker Report
# content-filepath: ./lychee/out.md
# labels: good-first-issue, automated issue

0 comments on commit 6c5c10a

Please sign in to comment.