Skip to content

Commit a58d4ad

Browse files
🩹 [CI]: Update output path variable to use environment variable for GitHub Actions
1 parent a8563e1 commit a58d4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Test-ModuleLocal.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
$name = Get-ChildItem "outputs/module" | Select-Object -ExpandProperty Name
117117
$path = Install-PSModule -Path "outputs/module/$name" -PassThru
118118
Write-Warning $path
119-
"path=$path" >> $GITHUB_OUTPUT
119+
"path=$path" >> $env:GITHUB_OUTPUT
120120
121121
- name: Test-ModuleLocal
122122
uses: PSModule/Invoke-Pester@v3

0 commit comments

Comments
 (0)