You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I wrote this Action a while ago, I just hacked together some logic to get some basic "ignore" style matching working. It is clear now that I should use something a bit more robust. I will try to bake in this package into the project for better .gitignore style support and publish a new release for you as well. Thanks for bringing this to my attention! ✨
@fatbasstard I have published a pre-release (v3.0.0) that I will publish as the latest release in the near future. Please go ahead and try it out and let me know if you have any issues. Thanks!
Thanks for the fix. We've "solved" this by setting use_gitignore to false. Since the files in GIthub are already excluded by that file, it feels useless to still try to exclude files that are already excluded. So for a github actions the setting doesn't really makes sense?
Will update the latest version soon to try anyway 👍
We've got the following line in
.gitignore
:!functions/**/local.env
This results in the following Syntax error:
The text was updated successfully, but these errors were encountered: