Skip to content

Commit

Permalink
test: remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Nov 2, 2023
1 parent 683871c commit a420673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- run: echo `${{needs.build.outputs.binver}}
- run: echo ${{needs.build.outputs.binver}}


0 comments on commit a420673

Please sign in to comment.