mirror of
https://github.com/Kas-tle/java2bedrock.sh.git
synced 2025-12-27 18:49:07 +00:00
Change input data function
This commit is contained in:
2
.github/workflows/conversion-request.yml
vendored
2
.github/workflows/conversion-request.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Organize Inputs
|
||||
id: organize-inputs
|
||||
env:
|
||||
INPUT_DATA: ${{ JSON.stringify(steps.parse-issue.outputs.data) }}
|
||||
INPUT_DATA: ${{ toJSON(steps.parse-issue.outputs.data) }}
|
||||
run: |
|
||||
jq -r -n --argjson data "${INPUT_DATA}" '
|
||||
def test_input($input; $default):
|
||||
|
||||
Reference in New Issue
Block a user