Skip to content

Commit

Permalink
ci: echo manual-publish inputs (#844)
Browse files Browse the repository at this point in the history
`toJSON()` doesn't work with `echo`.
  • Loading branch information
hf authored Jan 19, 2024
1 parent 13c88e7 commit 320649a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: echo ${{ toJSON(inputs) }}
- run: |
echo 'Package: ${{ inputs.package }}'
echo 'Version: ${{ inputs.version }}'
echo 'Reason: ${{ inputs.reason }}'
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 320649a

Please sign in to comment.