-
Notifications
You must be signed in to change notification settings - Fork 272
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
Add head ref as input #79
Comments
With However to support |
I got it working on branch |
Thanks a lot. We will be using it at the Seat car manufacturer company 👍🏻 . I had to implement my own action based on yours. Used in a gitflow implementation using github actions. |
So there is a chance I could get a discount when buying Seat car? 😄 Just joking, I'm happy that this action is useful for others. |
I've seen that you now switched to 3 diff dots instead of 2. Why? @dorny Edit: I've checked this https://matthew-brett.github.io/pydagogue/git_diff_dots.html |
No, 3 diff dots had been used for a long time (see #33 ). Maybe you misinterpreted the changes? Explanation:
3 diff dots is what you see when you create a PR. |
Thanks for the explanation. This action it's basically the piece that enables monorepos to build/lint/deploy only specific parts of the system. I would like to use it to build another actions that are based on path filtering. I've tried to |
Extracting functionality related to fetching into the npm package is quite an interesting idea. It should probably contain only parts using |
I would like to pass also the head ref as parameter. I have several workflows that listens to workflow_dispatch and repository_dispatch and I need to filter files by path given a head and base ref.
The text was updated successfully, but these errors were encountered: