Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy authored Oct 3, 2024
1 parent 580b50e commit 97734ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
name: "TestDriver"
runs-on: ubuntu-latest
steps:
- name: Debug - Print masked secret
run: |
if [ -n "${{secrets.TESTDRIVER_API_KEY}}" ];
then
echo "yes the api is there"
else
echo "nope"
fi
- uses: testdriverai/action@main
with:
version: v4.0.44
Expand Down

0 comments on commit 97734ef

Please sign in to comment.