Skip to content

Commit

Permalink
Update action.yml to have new variables 'locations' & 'dedicatedIP'
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain05 authored Jan 5, 2024
1 parent ee4b64b commit 016a03e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ inputs:
description: 'azure team web hook url'
required: false
default: 'false'
locations:
description: 'To define the location on which test will run '
required: false
default: ''
dedicatedIP:
description: 'To use the dedicatedIP for the selected location'
required: false
default: 'false'

runs:
using: 'docker'
Expand Down

0 comments on commit 016a03e

Please sign in to comment.