mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-02 14:20:31 +00:00
bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user