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 a39a325 commit 4b4b7fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ packages/
target/
log/
site/
dist/
.cache
node_modules
.vercel
.vercel
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
Parses branch name and optionally maps to environment name

```yml
- uses: alexrogalskiy/github-actions/github-action-branch-mapper@master
- uses: alexrogalskiy/github-action-branch-mapper@master
with:
github-ref: ${{ github.ref }}
map: ${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}
map: "{ 'dev': 'staging', 'production': 'production', '.*': 'sandbox' }"
```
Outputs:
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b4b7fa

Please sign in to comment.