Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted files are on files_deleted.json and not files.json #19

Open
chermed opened this issue Mar 6, 2021 · 0 comments
Open

Deleted files are on files_deleted.json and not files.json #19

chermed opened this issue Mar 6, 2021 · 0 comments
Labels
bug Something isn't working help welcomed Extra attention is needed

Comments

@chermed
Copy link

chermed commented Mar 6, 2021

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 not files.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
@lots0logs lots0logs added bug Something isn't working help welcomed Extra attention is needed labels Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help welcomed Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants