Skip to content

Commit

Permalink
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 16a6670 commit 64f39af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gh_create_issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
${{ toJSON(inputs) }}
EOF
yq -oj -iP ". += { \"fields\": $(echo "${{ inputs.fields }}" | yq -oj -P '.' -) }" inputs.json
yq -iP ". += { \"fields\": $(echo "${{ inputs.fields }}" | yq -P '.' -) }" inputs.json
cat inputs.json
out=$(./.github/actions/gh_create_issue/create_issue.sh inputs.json)
Expand Down

0 comments on commit 64f39af

Please sign in to comment.