1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Merge branch 'main' into patch-2

This commit is contained in:
Courtney Wilson
2022-09-02 08:17:49 -05:00
committed by GitHub

View File

@@ -334,6 +334,12 @@ Write-Output "::add-mask::Mona The Octocat"
{% endpowershell %}
{% warning %}
**Warning:** Make sure you register the secret with 'add-mask' before outputting it in the build logs or using it in any other workflow commands.
{% endwarning %}
### Example: Masking an environment variable
When you print the variable `MY_NAME` or the value `"Mona The Octocat"` in the log, you'll see `"***"` instead of `"Mona The Octocat"`.