We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b1344 commit 3ba91e2Copy full SHA for 3ba91e2
.github/workflows/main.yml
@@ -36,7 +36,9 @@ jobs:
36
- name: Install locale (Windows)
37
if: startsWith(runner.os, 'Windows')
38
shell: powershell
39
- run: Install-Language -Language tr-TR
+ run: |
40
+ Write-Output "::add-mask::$env:MY_NAME"
41
+ Install-Language -Language tr-TR
42
- name: Install pandoc
43
uses: r-lib/actions/setup-pandoc@v2
44
with:
0 commit comments