Open chermed opened 3 years ago
Based on the README, the file files.json should contains all touched files (AMDR)
files.json
In my example when I delete a file, it's listed in the file files_deleted.json and not files.json
files_deleted.json
- name: Test deleted files run: | cat ${HOME}/files.json cat ${HOME}/files_modified.json cat ${HOME}/files_added.json cat ${HOME}/files_deleted.json cat ${HOME}/files_renamed.json
Based on the README, the file
files.json
should contains all touched files (AMDR)In my example when I delete a file, it's listed in the file
files_deleted.json
and notfiles.json