Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
a11smiles committed Aug 31, 2022
1 parent 75970c4 commit b65766e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b65766e

Please sign in to comment.