Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Feb 4, 2021
1 parent afd2918 commit 6e51a20
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 6e51a20

Please sign in to comment.