Skip to content

Commit

Permalink
Update docs/commands.md
Browse files Browse the repository at this point in the history
Co-authored-by: JoannaaKL <[email protected]>
  • Loading branch information
rentziass and JoannaaKL authored May 25, 2023
1 parent f481b8c commit ae9272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function setSecret(secret: string): void {}

Now, future logs containing BAR will be masked. E.g. running `echo "Hello FOO BAR World"` will now print `Hello FOO **** World`.

**WARNING** The add-mask and setSecret commands only support single-line
**WARNING** The add-mask and setSecret commands only support single-line
secrets or multi-line secrets that have been escaped. `@actions/core`
`setSecret` will escape the string you provide by default. When an escaped
multi-line string is provided the whole string and each of its lines
Expand Down

0 comments on commit ae9272d

Please sign in to comment.