Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dend committed Jul 18, 2024
1 parent 48fd8ed commit c34891b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
echo "LYCHEE_EXCLUDE=$LYCHEE_EXCLUDE" >> $GITHUB_ENV
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.0
uses: lycheeverse/lychee-action@v1.10.0
with:
args: --accept=200,429 --exclude ${{ env.LYCHEE_EXCLUDE }} --exclude-mail "**/*.md"
args: --accept=200,429,403 --exclude ${{ env.LYCHEE_EXCLUDE }} --exclude-mail "**/*.md"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Awesome Product Management [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://supportukrainenow.org/)
# Awesome Product Management [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)

A curated list of awesome resources for product/program managers to learn and grow.

Expand Down

0 comments on commit c34891b

Please sign in to comment.