From dbf50f7cdad0c938bdb98482de3729b18f84c921 Mon Sep 17 00:00:00 2001 From: Enrique Mingorance Cano Date: Tue, 25 Aug 2020 15:39:13 +0200 Subject: [PATCH] BXMSPROD-915 action.yml shorter description (#63) * BXMSPROD-915 action.yml prepared * BXMSPROD-915 action.yml prepared. Shorter description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"