We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update CI to use composite actions to reduce how much duplication we have going on
kaylas comment
Seeing all the duplication, I wonder if we could use a composite action to reduce some of the steps we write again and again? Here's the GHA doc on reducing duplication that taught me about this concept. Rather than push things up into a separate repo, I imagine we could just use our actions directory.
Seeing all the duplication, I wonder if we could use a composite action to reduce some of the steps we write again and again?
Here's the GHA doc on reducing duplication that taught me about this concept.
Rather than push things up into a separate repo, I imagine we could just use our actions directory.
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-358863
Sorry, something went wrong.
No branches or pull requests
Update CI to use composite actions to reduce how much duplication we have going on
kaylas comment
The text was updated successfully, but these errors were encountered: