diff --git a/action.yml b/action.yml index 725c683..9dcb717 100644 --- a/action.yml +++ b/action.yml @@ -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'