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

Add "changes" output variable to support matrix job configuration #59

Merged
merged 1 commit into from Dec 17, 2020

Conversation

dorny
Copy link
Owner

@dorny dorny commented Dec 17, 2020

This PR significantly simplifies using this action to configure matrix job variable.
Previously the only option was to use jq to get matched filters from action output and transform it into JSON array.
Now the changes output variable is set to JSON array with names of all filters matching any of changed files.
This can be directly used to configure matrix job.

closes #55

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.

Array to use in matrix
1 participant