Skip to content

Commit

Permalink
fixup! fixup! Fix gh_create_issue input formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Nov 27, 2023
1 parent 114949b commit e6ac1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/gh_create_issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ runs:
${{ toJSON(inputs) }}
EOF
yq -iP ". += { \"fields\": $(echo "${{ inputs.fields }}" | yq -P '.' -) }" inputs.json
#yq -iP ". += { \"fields\": $(echo "${{ inputs.fields }}" | yq -P '.' -) }" inputs.json
cat inputs.json
#cat inputs.json
out=$(./.github/actions/gh_create_issue/create_issue.sh inputs.json)
echo "issue-url=${out}" | tee -a "$GITHUB_OUTPUT"

0 comments on commit e6ac1d8

Please sign in to comment.