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