Skip to content

Commit 1f79612

Browse files
committed
Fix config writing
1 parent b4234b5 commit 1f79612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ runs:
7575
cat > config.yml << EOF
7676
github_api_key: "${{ inputs.github_token }}"
7777
$([ -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 }}\"")
7879
$([ -n "${{ inputs.pr_url }}" ] && echo "pr_url: \"${{ inputs.pr_url }}\"")
7980
$([ -n "${{ inputs.model }}" ] && echo "model: \"${{ inputs.model }}\"")
8081
$([ -n "${{ inputs.client_base_url }}" ] && echo "client_base_url: \"${{ inputs.client_base_url }}\"")

0 commit comments

Comments
 (0)