-
-
Notifications
You must be signed in to change notification settings - Fork 201
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] glob matching for directories is broken #1669
Labels
bug
Something isn't working
Comments
Logs
|
Thank you! |
HI @houserx-jmcc your welcome.
Example: - name: Get changed files
id: changed-files
uses: tj-actions/[email protected]
with:
dir_names: true
json: true
files: |
terraform-*/** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
Struggling with hitting the max comment size, adding logs separately
After upgrading to v39.2.4 from v39.2.2 detecting directory changes with a wildcard glob no longer works. I suspect it was from another glob change in v39.2.3.
To Reproduce
What OS are you seeing the problem on?
ubuntu-20.04
Expected behavior?
Changed files in
terraform-mb
are reflected in the output variableall_modified_files
Relevant log output
See comment below - hit max comment size with this template.
Has all relevant logs been included?
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: