Skip to content

Commit

Permalink
Does GITHUB_STEP_OUTPUT not like the content?
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Aug 20, 2023
1 parent 5c83796 commit 1ebf943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
shell: pwsh

- name: Can we set the Step Summary Successfully?
run: echo "$(pulsar --version | Write-Host)" >> $env:GITHUB_STEP_SUMMARY
#run: echo "$(pulsar --version | Write-Host)" >> $env:GITHUB_STEP_SUMMARY
run: echo "Pulsar : 1.104.0\nElectron: 12.2.3\nChrome: 89.0.4389.128\nNode: 14.16.0" >> $env:GITHUB_STEP_SUMMARY

0 comments on commit 1ebf943

Please sign in to comment.