-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
[BUG] Change detection broken in v38+ #1517
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. |
Hi @houserx-jmcc, I'll recommend upgrading Let me know if the bug still persists and I'll reopen this issue
![]() |
Yes, the issue has been confirmed on the latest version. I will add debug logs soon. |
I have updated the original issue with a debug log. |
Perfect that helps. Thanks |
Appreciate the quick fix! Great action 🙏🏻 |
💯Thanks for your support |
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
When using a v38.0.0 (and all v38+ versions) version of the action, we no longer get any changed files. When using v37 and below, it functions properly.
To Reproduce
Example use that works on 37, but not 38:
For example,
steps.changed-files.outputs.all_changed_files
is > 0 in v37 and always 0 in v38.What OS are you seeing the problem on?
ubuntu-latest or ubuntu-20.04
Expected behavior?
The action has no breaking changes when upgrading to v38+
Relevant log output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: