Update validation.yml

This commit is contained in:
William Harrison
2025-01-02 19:06:16 +08:00
parent 2ca826b7ab
commit 8fde5c76ae
+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