mirror of
https://github.com/Kas-tle/java2bedrock.sh.git
synced 2025-12-28 11:09:06 +00:00
Change parse method
This commit is contained in:
2
.github/workflows/conversion-request.yml
vendored
2
.github/workflows/conversion-request.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
env:
|
||||
INPUT_DATA: ${{ toJSON(steps.parse-issue.outputs.data) }}
|
||||
run: |
|
||||
jq -r -n --argjson data "${INPUT_DATA}" '
|
||||
echo "${INPUT_DATA}" | jq '
|
||||
def test_input($input; $default):
|
||||
if $input == "No response" then $default else $input end;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user