This commit is contained in:
William Harrison
2025-01-02 19:16:05 +08:00
parent 8be1788c63
commit 2b7e741a09
2 changed files with 5 additions and 8 deletions
-7
View File
@@ -38,13 +38,6 @@ jobs:
- run: npm install
- name: Get modified files
id: files
run: |
echo "changed_files=$(git diff --name-only HEAD~1 HEAD | xargs)" >> $GITHUB_OUTPUT
echo $changed_files
- name: Get all modified domain JSON files
if: github.event_name == 'pull_request'
id: changed-files