Skip to content

Commit

Permalink
321
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 19, 2024
1 parent 511c656 commit 7560466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
# Define the regex pattern to match Chinese characters
pattern='[\p{Han}]'
# Get the list of files changed in this PR
changed_files=$(git diff --name-only origin/main)
# Get the list of files changed in this PR compared to the base branch
changed_files=$(git diff --name-only ${{ github.event.pull_request.base.sha }})
# Process the directories to be excluded
exclude_dirs=""
Expand Down

0 comments on commit 7560466

Please sign in to comment.