-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Feature] Output which file changed from files input #895
Comments
Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience. |
@kemalgoklen Can you provide more information on how you expect the feature to work ? |
Hey, @jackton1 sure.
As I mentioned, all changed files return all the changed file's names, and any_changed will return a boolean value based on built dirs.txt. |
@kemalgoklen I believe that information should already be available using the See this line: https://github.com/tj-actions/changed-files/blob/main/get-changed-paths.sh#L208 which sets Let me know if you have any other questions as this is already implemented. |
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
Hello,
Since the action has yet to have such a feature, the overall workflow file is getting complex. Since I can only get a boolean from the output of files input, it does not bring any filtration over my files(it does, but I need to check the file contents as well and run more than one matrix based on file content and if it's changed or not). Along with getting any_changed = 'true | false', I'd love to have an exact filename like the all_changed_files output
Describe the solution you'd like?
Along with getting any_changed = 'true | false', I'd love to have an exact filename like the all_changed_files output files_input_changed = 'filename'
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: