Skip to content

Commit

Permalink
Update check-lowercase-filenames.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumryuu authored Jan 3, 2025
1 parent 87ee81b commit f8cd252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-lowercase-filenames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: changed-files
run: |
# List added or modified files in the PR that match *.sh
git diff --name-only --diff-filter=AM origin/main | grep -E '^(ct|install)/.*\.sh$' || true
git diff --name-only --diff-filter=AM origin/main | grep -E '^ct/[^/]*\.sh$|^install/[^/]*\.sh$' || true
echo "::set-output name=result::$(git diff --name-only --diff-filter=AM origin/main | grep -E '^(ct|install)/.*\.sh$' || true)"
shell: bash

Expand Down

0 comments on commit f8cd252

Please sign in to comment.