Skip to content
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

Fix paths filtering in the case of empty filter #25

Closed
wants to merge 9 commits into from

Conversation

IlyaKhD
Copy link
Contributor

@IlyaKhD IlyaKhD commented Mar 17, 2025

Practical Value

The paths is not required, but if not specified, empty list of files returned.

Before

    - uses: DevExpress/github-actions/get-changed-files@v1
      with:
        gh-token: XXX
        paths: '**/*'
        output: XXX

After

    - uses: DevExpress/github-actions/get-changed-files@v1
      with:
        gh-token: XXX
        output: XXX

@IlyaKhD IlyaKhD self-assigned this Mar 17, 2025
@IlyaKhD
Copy link
Contributor Author

IlyaKhD commented Mar 21, 2025

Recreated as #26

@IlyaKhD IlyaKhD closed this Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant