diff --git a/action.yml b/action.yml index 980eae0c..379fa54d 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Github action build chain. Cross-repo builds" author: "Enrique Mingorance Cano " description: | - Github action build chain is a tool for github actions to build multiple projects from different repositories in a single action. This tool is trying to solve the problem when a project depends on another project (most probably from the same organization) and one change can/should be performed in different repositories. How can we assure one specific pull request will work with the latest changes from/in the dependant/dependency projects and it won't break something? This is what we call cross-repo pull requests and build-chain is the way we have to solve it. + Github action build chain is a tool to build multiple projects from different repositories in a single action. inputs: parent-dependencies: description: "the list of parent project dependencies separated by comma. Something like lienzo-core,lienzo-tests"