From 6e51a2022f36ef59be9981a355ebe6c9a89179e8 Mon Sep 17 00:00:00 2001 From: "ADMSK\\AVROGAL1" Date: Thu, 4 Feb 2021 19:31:57 +0300 Subject: [PATCH] docs: updates on workflows Added information on documentation --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79a5557..8a1f816 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ [![Dependabot](https://img.shields.io/badge/dependabot-enabled-1f8ceb.svg?style=flat-square)](https://dependabot.com/) [![NewReleases](https://newreleases.io/badge.svg)](https://newreleases.io/github/AlexRogalskiy/github-action-branch-mapper) [![Hits-of-Code](https://hitsofcode.com/github/alexrogalskiy/github-action-branch-mapper?branch=master)](https://hitsofcode.com/github/alexrogalskiy/github-action-branch-mapper?branch=master/view?branch=master) -[![ComVer](https://img.shields.io/badge/ComVer-compliant-brightgreen.svg)][repo] -[![Public workflows that use this action.][1]][2] -[![Licence][3]][4] +[![ComVer](https://img.shields.io/badge/ComVer-compliant-brightgreen.svg)][1] +[![Public workflows that use this action.][2]][3] +[![Licence][4]][5] Parses branch name and optionally maps to environment name @@ -36,7 +36,8 @@ Outputs: Run locally: - `yarn run_action --action github-ref-to-env --github-ref refs/heads/my/branch-name --map '{ "dev": "staging", ".*": "sandbox" }'` -[1]: https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DAlexRogalskiy%2Fgithub-action-branch-mapper%26badge%3Dtrue -[2]: https://github.com/search?o=desc&q=AlexRogalskiy/github-action-branch-mapper+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code -[3]: https://img.shields.io/github/license/AlexRogalskiy/github-action-branch-mapper -[4]: https://github.com/AlexRogalskiy/github-action-branch-mapper/blob/v3.x/LICENSE +[1]: https://github.com/AlexRogalskiy/github-action-branch-mapper +[2]: https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DAlexRogalskiy%2Fgithub-action-branch-mapper%26badge%3Dtrue +[3]: https://github.com/search?o=desc&q=AlexRogalskiy/github-action-branch-mapper+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code +[4]: https://img.shields.io/github/license/AlexRogalskiy/github-action-branch-mapper +[5]: https://github.com/AlexRogalskiy/github-action-branch-mapper/blob/v3.x/LICENSE