Skip to content

Commit 37e306a

Browse files
committed
up
1 parent d36cb91 commit 37e306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
merge_base=$(git merge-base origin/${{ github.base_ref }} HEAD)
4343
config_modified=$(git diff --name-only $merge_base...${{ github.event.pull_request.head.sha }} \
44-
| grep -E '^(\.github/scripts/lychee-config\.toml|mise\.toml)$' || true)
44+
| grep -E '^(\.github/config/lychee\.toml|mise\.toml)$' || true)
4545
if [ -n "$config_modified" ]; then
4646
echo "modified=true" >> $GITHUB_OUTPUT
4747
else

0 commit comments

Comments
 (0)