1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Corrected snippet type

This commit is contained in:
Jesse Houwing
2022-02-11 17:27:29 +01:00
parent 515fcfe0c0
commit bc371b6c41

View File

@@ -240,7 +240,7 @@ When you print `"Mona The Octocat"` in the log, you'll see `"***"`.
echo "::add-mask::Mona The Octocat"
```
```bash
```pwsh
Write-Output "::add-mask::Mona The Octocat"
```