Skip to content

Commit b86ea81

Browse files
authored
Merge pull request #1762 from derekmisler/always-include-a-prompt
fix: cagent-action expects a prompt
2 parents 8feb13c + f31ab41 commit b86ea81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
GH_TOKEN: ${{ steps.app-token.outputs.token || github.token }}
5959
with:
6060
agent: ${{ github.workspace }}/.github/agents/nightly-scanner.yaml
61-
prompt: "${{ inputs['dry-run'] && 'DRY RUN MODE: Do not create any issues. Just report what you would create.' || '' }}"
61+
prompt: "${{ inputs['dry-run'] && 'DRY RUN MODE: Do not create any issues. Just report what you would create.' || 'Run the nightly scan as documented in your instructions.' }}"
6262
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
6363
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
6464
google-api-key: ${{ secrets.GEMINI_API_KEY }}

0 commit comments

Comments
 (0)