Skip to content

Commit

Permalink
here goes nothin
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Sep 10, 2024
1 parent 33d32a1 commit ee88cbd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ jobs:
run: |
FILE_NAME=$(basename "${{ matrix.markdown }}" .md)
echo "FILE_NAME=$FILE_NAME" >> $GITHUB_ENV
# Set the name of the job using the extracted file name
display-name: TestDriver - ${{ env.FILE_NAME }}
- name: Rename job (for logging and display purposes)
run: |
echo "Renaming job to: TestDriver - $FILE_NAME"
# Note: This step is optional just to show the dynamic name in the logs

- uses: testdriverai/action@main
name: "TestDriver - ${{ env.FILE_NAME }}" # Dynamically set the job name here
with:
key: ${{ secrets.TESTDRIVER_API_KEY }}
prompt: |
Expand Down

0 comments on commit ee88cbd

Please sign in to comment.