From b65766e49eea0bd4fff64ee5bb4b734eb791b808 Mon Sep 17 00:00:00 2001 From: Joshua Davis Date: Wed, 31 Aug 2022 17:35:16 -0400 Subject: [PATCH] updating readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d76d1b68..47f20c02 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ That's it! Now your mappings in the environment variable will _override_ any map > **NOTE:** May sure you save the secret's content/configuration somewhere. As you know, if you needed to update the configuration later, you would need to re-type everything as the secret isn't exposed when editing. -> **IMPORTANT:** The default `log_level` is _debug_. This means that the action will print the configuration in the logs. Once you have completed your testing, change the `log_level` to _warn_ or _error_ in order to conceal whatever you have in your configuration. +> **IMPORTANT:** The default `log_level` is _info_. If you change this to _trace_ or _debug_, the action will print the configuration in the logs. Once you have completed your testing, change the `log_level` back to _info_ or higher in order to conceal whatever you have in your configuration. ## Synchronization diff --git a/package.json b/package.json index dd769d19..86479129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-gitsync", - "version": "1.1.0", + "version": "1.1.1", "description": "A workflow action that syncs GitHub and Azure DevOps activities.", "main": "index.js", "scripts": {