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

[BUG] Except pattern not working #201

Closed
3 tasks done
emepetres opened this issue Aug 22, 2022 · 3 comments · Fixed by #202
Closed
3 tasks done

[BUG] Except pattern not working #201

emepetres opened this issue Aug 22, 2022 · 3 comments · Fixed by #202
Labels
bug Something isn't working

Comments

@emepetres
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Does this issue exist in the latest version?

  • I'm using the latest release

Describe the bug?

Docs says it supports Glob pattern, however this small test failed with dll changes inside Generator folder (not direct child of Generator):

- name: Verify Changed files
        uses: tj-actions/verify-changed-files@v10.1
        id: verify-changed-files
        with:
          files: |
            Generator
            !*.dll

To Reproduce

  1. Modify only a file you want this action to be ignored (e.g. binfile.bin)
  2. Use the action and setup the file !*.bin
  3. ´files_changed´ should be false, however it is true

What OS are you seeing the problem on?

windows-latest or windows-2019

Expected behavior?

Files with pattern ! should be ignored by the action

Relevant log output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@emepetres emepetres added the bug Something isn't working label Aug 22, 2022
@github-actions
Copy link
Contributor

Thanks for reporting this issue, don't forget to star this project to help us reach a wider audience.

@jackton1
Copy link
Member

@emepetres Can you include the log output which should help in debugging this issue.

@jackton1
Copy link
Member

@emepetres This has been resolved in the latest release. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants