Skip to content

Commit

Permalink
chore: added awk format
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 2, 2024
1 parent 847829a commit 26cf92a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ runs:
steps:
- run: |
yarn --cwd ${{ github.action_path }} --production=true
result=$(yarn --cwd ${{ github.action_path }} start --issue ${{ inputs.issue_url }} | jq -c '.')
echo "::set-output name=result::$result"
result=$(yarn --cwd ${{ github.action_path }} start --issue ${{ inputs.issue_url }} | awk 'NF' | jq -c '.')
echo "$result"
id: main
shell: bash

0 comments on commit 26cf92a

Please sign in to comment.