add openai input

This commit is contained in:
David Blass
2025-11-13 16:37:27 -05:00
parent 4530267429
commit 75cb3ecf08
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -10,6 +10,9 @@ inputs:
anthropic_api_key:
description: "Anthropic API key for Claude Code authentication"
required: false
openai_api_key:
description: "OpenAI API key for Codex authentication"
required: false
runs:
using: "node20"
+1 -1
View File
@@ -40479,7 +40479,7 @@ function query({
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.99",
version: "0.0.100",
type: "module",
files: [
"index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.99",
"version": "0.0.100",
"type": "module",
"files": [
"index.js",