Skip to content

Commit

Permalink
chore: format output string for one line
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 2, 2024
1 parent 6a800de commit 2355c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
steps:
- run: |
yarn --cwd ${{ github.action_path }} --production=true
result=$(yarn --cwd ${{ github.action_path }} start --issue ${{ inputs.issue_url }})
result=$(yarn --cwd ${{ github.action_path }} start --issue ${{ inputs.issue_url }} | jq -c '.')
echo "::set-output name=result::$result"
echo "$result"
id: main
Expand Down

0 comments on commit 2355c02

Please sign in to comment.