We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4234b5 commit 1f79612Copy full SHA for 1f79612
action.yml
@@ -75,6 +75,7 @@ runs:
75
cat > config.yml << EOF
76
github_api_key: "${{ inputs.github_token }}"
77
$([ -n "${{ inputs.openai_api_key }}" ] && echo "openai_api_key: \"${{ inputs.openai_api_key }}\"")
78
+ $([ -n "${{ inputs.patched_api_key }}" ] && echo "patched_api_key: \"${{ inputs.patched_api_key }}\"")
79
$([ -n "${{ inputs.pr_url }}" ] && echo "pr_url: \"${{ inputs.pr_url }}\"")
80
$([ -n "${{ inputs.model }}" ] && echo "model: \"${{ inputs.model }}\"")
81
$([ -n "${{ inputs.client_base_url }}" ] && echo "client_base_url: \"${{ inputs.client_base_url }}\"")
0 commit comments