From 0a397f799d78b0a45c557a3a35c6254920da52ee Mon Sep 17 00:00:00 2001 From: Robin Pellegrims <6053571+robinpellegrims@users.noreply.github.com> Date: Wed, 20 Apr 2022 05:52:19 +0200 Subject: [PATCH] docs: fix marketplace link in README (#49) --- packages/nx-distributed-task/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nx-distributed-task/README.md b/packages/nx-distributed-task/README.md index e7a2bb01..f147b304 100644 --- a/packages/nx-distributed-task/README.md +++ b/packages/nx-distributed-task/README.md @@ -9,7 +9,7 @@ ## Summary Github Action that runs nx `run-many` for the specified target and projects. -This action was designed to consume the outputs of [@e-square/nx-affected-matrix](https://github.com/marketplace/actions/nx-affected-task) in order to distribute jobs with ease. +This action was designed to consume the outputs of [@e-square/nx-affected-matrix](https://github.com/marketplace/actions/nx-affected-matrix) in order to distribute jobs with ease. Check out the monorepo's [README](https://github.com/e-square-io/nx-github-actions#usage) for a full usage example of both actions with GitHub Actions' matrix