Skip to content

Commit

Permalink
Update generate-exploratory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Oct 3, 2024
1 parent 431e542 commit 935231d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-exploratory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: testdriverai/action@main
with:
key: ${{ secrets.TESTDRIVER_API_KEY }}
prompt: 1. /generate
prompt: 1. /generate web 10
prerun: |
cd $env:TEMP
npm init -y
Expand All @@ -27,4 +27,4 @@ jobs:
pr-branch: testdriver/exploratory-${{ github.run_id }}-${{ github.run_attempt }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: "3"
FORCE_COLOR: "3"

0 comments on commit 935231d

Please sign in to comment.