Skip to content

Commit 75cb3ec

Browse files
committed
add openai input
1 parent 4530267 commit 75cb3ec

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ inputs:
1010
anthropic_api_key:
1111
description: "Anthropic API key for Claude Code authentication"
1212
required: false
13+
openai_api_key:
14+
description: "OpenAI API key for Codex authentication"
15+
required: false
1316

1417
runs:
1518
using: "node20"

entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40479,7 +40479,7 @@ function query({
4047940479
// package.json
4048040480
var package_default = {
4048140481
name: "@pullfrog/action",
40482-
version: "0.0.99",
40482+
version: "0.0.100",
4048340483
type: "module",
4048440484
files: [
4048540485
"index.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pullfrog/action",
3-
"version": "0.0.99",
3+
"version": "0.0.100",
44
"type": "module",
55
"files": [
66
"index.js",

0 commit comments

Comments
 (0)