Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
agentName:
description: 'Agent name to test (e.g., myagent@v1)'
description: "Agent name to test (e.g., myagent@v1)"
required: false
default: 'testagent@v1'
default: "testagent@v1"
apiUrl:
description: 'API URL (optional)'
description: "API URL (optional)"
required: false
default: 'https://api.streetrace.run/'
default: "https://api.streetrace.ai/"

jobs:
test-action:
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'test: Test Streetrace action in PR'
title: '[Test] Streetrace Action PR Comment Test'
commit-message: "test: Test Streetrace action in PR"
title: "[Test] Streetrace Action PR Comment Test"
body: |
This is an automated test PR to verify the Streetrace action's PR comment functionality.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ All environment variables specified in the workflow's `env` field are passed to
| Variable | Description | Required | Default |
| -------------------- | ------------------------------------- | -------- | ----------------------------- |
| `STREETRACE_API_KEY` | Streetrace API Key for authentication | Yes | - |
| `STREETRACE_API_URL` | URL of the Streetrace API | No | `https://api.streetrace.run/` |
| `STREETRACE_API_URL` | URL of the Streetrace API | No | `https://api.streetrace.ai/` |

**Custom Variables:**

Expand Down Expand Up @@ -158,7 +158,7 @@ Override the default prompt:

## Setup

1. Get your Streetrace API key from [streetrace.run](https://streetrace.run/)
1. Get your Streetrace API key from [streetrace.ai](https://streetrace.ai/)
2. Add it as a secret in your GitHub repository (Settings → Secrets → Actions)
3. Create your agent in the Streetrace platform
4. Add this action to your workflow
Expand Down
82 changes: 0 additions & 82 deletions agents/testlocal.yaml

This file was deleted.

Loading
Loading