lots0logs / gh-action-get-changed-files

GitHub Action that saves changed files as JSON for use by other actions.
MIT License
88 stars 38 forks source link

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

Open chermed opened 3 years ago

chermed commented 3 years ago

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