diff --git a/action.yml b/action.yml index d3cb604..fe2f8fb 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,5 @@ runs: -s ${{ inputs.stack }} \ --format json \ --file "$OUTPUT_FILE" - value=$(jq -rc --arg key ${{ inputs.settings-path }} '. | getpath($key | split("."))' "$OUTPUT_FILE") - cat $OUTPUT_FILE + value=$(jq -rc --arg key ${{ inputs.settings-path }} '. | getpath($key | split(".")) | if . == null then "" else . end' "$OUTPUT_FILE") echo "value=$value" >> $GITHUB_OUTPUT