We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36cb91 commit 37e306aCopy full SHA for 37e306a
.github/workflows/reusable-link-check.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
merge_base=$(git merge-base origin/${{ github.base_ref }} HEAD)
43
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)
+ | grep -E '^(\.github/config/lychee\.toml|mise\.toml)$' || true)
45
if [ -n "$config_modified" ]; then
46
echo "modified=true" >> $GITHUB_OUTPUT
47
else
0 commit comments