Merge branch 'main' into patch-11

This commit is contained in:
LIGMATV
2025-01-02 18:13:14 +07:00
committed by GitHub
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
if: github.event_name == 'pull_request'
id: files
run: |
echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT
echo "changed_files=$(git diff --name-only HEAD~1 HEAD | xargs)" >> $GITHUB_OUTPUT
echo $changed_files
- run: npm test