Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Nov 18, 2023
1 parent 3533068 commit 3c884a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
START_TIME_DELAY:
required: false
description: 'You can add a delay of N seconds before Akto starts testing your APIs. Please put the value more than the time it takes your API server to boot up and initialize'
OVERRIDEN_TEST_APP_URL:
required: false
description: 'Run tests on a different application host'

runs:
using: 'node16'
main: 'index.js'
Expand Down

0 comments on commit 3c884a7

Please sign in to comment.