There was an error while loading. Please reload this page.
overrides
1 parent 997d125 commit cd93f0fCopy full SHA for cd93f0f
1 file changed
.github/workflows/pullfrog.yml
@@ -11,6 +11,9 @@ on:
11
description: Agent prompt
12
name:
13
type: string
14
+ overrides:
15
+ type: string
16
+ description: 'JSON env var overrides for this run (e2e/debug; e.g. {"ACTIONS_STEP_DEBUG":"true"})'
17
description: Run name
18
19
permissions:
@@ -82,6 +85,7 @@ jobs:
82
85
uses: ./.pullfrog-action/action
83
86
with:
84
87
prompt: ${{ inputs.prompt }}
88
+ overrides: ${{ inputs.overrides }}
89
env:
90
# force local action execution so the PR branch's source is exercised
91
# instead of the published npm fallback (see AGENTS.md, wiki/preview-repo.md)
@@ -118,3 +122,4 @@ jobs:
118
122
# escape hatches for ad-hoc e2e overrides via repo Actions variables
119
123
PULLFROG_MODEL: ${{ vars.PULLFROG_MODEL }}
120
124
PULLFROG_AGENT: ${{ vars.PULLFROG_AGENT }}
125
+
0 commit comments