file-changes-action icon indicating copy to clipboard operation
file-changes-action copied to clipboard

add files_renamed documentation

Open 808sAndBR opened this issue 2 years ago • 2 comments

Type of Change

  • [x] Documentation

Resolves

  • Fixes #108

Describe Changes

This will add clarity about the availability of files_renamed which I believe is causing the confusion people have voiced in #108 where it is not actually a bug, but just that it is not clear that this data is available. As far as I can tell (I don't actually know js/ts) the renamed files are getting added/processed here: https://github.com/trilom/file-changes-action/blob/a6ca26c14274c33b15e6499323aac178af06ad4b/src/FilesHelper.ts#L24-L30 and when I test trying to access the files_renamed object in my code that leverages this action it works as expected.

808sAndBR avatar Jul 02 '22 01:07 808sAndBR

Thanks for opening this PR, outputs.files_renamed works as expected for me. Would be great to see this merged.

remisalmon avatar Aug 15 '22 23:08 remisalmon

Hi @trilom just noticed this still open and wanted to check if there is anything useful I can do on my end. Thanks!

808sAndBR avatar Sep 06 '22 20:09 808sAndBR