Skip to content

Commit

Permalink
Quote environment value
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiker985 committed Aug 20, 2023
1 parent 2014e18 commit 1837f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
Where-Object {$PSItem.Application -eq "Pulsar" } |
Select-Object -Property @{n='version'; e={ return "$($PSItem.Application) $($PSItem.Version)" }}
).version
Write-Host "pulsarVersion=$($version)" | Out-File -Append -FilePath $env:GITHUB_ENV
Write-Host "pulsarVersion='$($version)'" | Out-File -Append -FilePath $env:GITHUB_ENV
- name: Just a check
run: echo '${{ env.pulsarVersion }}'
Expand Down

0 comments on commit 1837f60

Please sign in to comment.