Open
Description
What problem are you trying to solve?
Improve readability of the workflow
What precondition(s) should be checked before applying this recipe?
There is one single item within the needs
block and an array is used
The recipe should not be applied if there are multiple entries
docker-build:
needs: [ maven, slack ]
uses: ...
Describe the situation before applying the recipe
docker-build:
needs: [ maven ]
uses: ...
Describe the situation after applying the recipe
docker-build:
needs: maven
uses: ...
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Recipes Wanted