Skip to content

Commit

Permalink
Now that we know we can set output, can it be done via examples?
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Aug 20, 2023
1 parent 32251e7 commit 53ad81e
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 @@ -28,4 +28,4 @@ jobs:
shell: pwsh

- name: Can we set the Step Summary Successfully?
run: echo "## Hello World :rocket:" >> $env:GITHUB_STEP_SUMMARY
run: echo "$(pulsar --version)" >> $env:GITHUB_STEP_SUMMARY

0 comments on commit 53ad81e

Please sign in to comment.