From c5e105e95e03ef2b5b886a8685fae85fc324f36a Mon Sep 17 00:00:00 2001 From: Alexey Igrychev Date: Mon, 15 Aug 2022 08:06:09 +0100 Subject: [PATCH] chore(readme): fix links Signed-off-by: Alexey Igrychev --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9cbddc9..e097f30 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ ___ This action set allows you to organize CI/CD with GitHub Actions and [werf](https://github.com/werf/werf). The set consists of several independent and complex actions: -- [werf/actions/converge](https://github.com/werf/actions/tree/master/converge) -- [werf/actions/build-and-publish](https://github.com/werf/actions/tree/master/build-and-publish) -- [werf/actions/build](https://github.com/werf/actions/tree/master/build) -- [werf/actions/publish](https://github.com/werf/actions/tree/master/build) -- [werf/actions/deploy](https://github.com/werf/actions/tree/master/deploy) -- [werf/actions/dismiss](https://github.com/werf/actions/tree/master/dismiss) -- [werf/actions/run](https://github.com/werf/actions/tree/master/run) -- [werf/actions/cleanup](https://github.com/werf/actions/tree/master/cleanup) +- [werf/actions/converge](https://github.com/werf/actions/tree/v1.1/converge) +- [werf/actions/build-and-publish](https://github.com/werf/actions/tree/v1.1/build-and-publish) +- [werf/actions/build](https://github.com/werf/actions/tree/v1.1/build) +- [werf/actions/publish](https://github.com/werf/actions/tree/v1.1/build) +- [werf/actions/deploy](https://github.com/werf/actions/tree/v1.1/deploy) +- [werf/actions/dismiss](https://github.com/werf/actions/tree/v1.1/dismiss) +- [werf/actions/run](https://github.com/werf/actions/tree/v1.1/run) +- [werf/actions/cleanup](https://github.com/werf/actions/tree/v1.1/cleanup) Each action combines all the necessary steps in itself and logic may be divided into environment setup and launching the corresponding command. **Ready-to-use GitHub Actions Workflows** for different CI/CD workflows are available [here](https://werf.io/v1.1-alpha/documentation/guides/github_ci_cd_integration.html#complete-set-of-configurations-for-ready-made-workflows). -> Also, there is another action — [werf/actions/install](https://github.com/werf/actions/tree/master/install). With this action a user can just install werf and use binary within job steps for own purposes +> Also, there is another action — [werf/actions/install](https://github.com/werf/actions/tree/v1.1/install). With this action a user can just install werf and use binary within job steps for own purposes ## Versioning