Skip to content

Commit 3ba91e2

Browse files
authored
Update main.yml
1 parent 12b1344 commit 3ba91e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Install locale (Windows)
3737
if: startsWith(runner.os, 'Windows')
3838
shell: powershell
39-
run: Install-Language -Language tr-TR
39+
run: |
40+
Write-Output "::add-mask::$env:MY_NAME"
41+
Install-Language -Language tr-TR
4042
- name: Install pandoc
4143
uses: r-lib/actions/setup-pandoc@v2
4244
with:

0 commit comments

Comments
 (0)