From ae09cb1b7618508f8ab4ff3a17e5d78b897927e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Della=20Flora?= Date: Wed, 6 May 2020 08:36:42 -0300 Subject: [PATCH] removed the indent with tabs --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 55c9068..5ea2474 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ Make sure you use the `actions/checkout@v2` action! ### Usage: **tag-prefix:** Prefix that is used for the git tag (optional). Example: ```yaml -- name: 'Automated Version Bump' - uses: 'phips28/gh-action-bump-version@master' - with: - tag-prefix: '' +- name: 'Automated Version Bump' + uses: 'phips28/gh-action-bump-version@master' + with: + tag-prefix: '' ``` **PACKAGEJSON_DIR:** Param to parse the location of the desired package.json (optional). Example: ```yaml -- name: 'Automated Version Bump' - uses: 'phips28/gh-action-bump-version@master' - env: - PACKAGEJSON_DIR: 'frontend' +- name: 'Automated Version Bump' + uses: 'phips28/gh-action-bump-version@master' + env: + PACKAGEJSON_DIR: 'frontend' ```