Skip to content

Commit

Permalink
remove default value from inputs on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 24, 2023
1 parent 86b9c6c commit e0d8249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ on:
description: 'The environment to run the tests in'
required: true
type: string
default: 'staging.languagedepot.org'
workflow_dispatch:
inputs:
test-domain:
description: 'The environment to run the tests in'
required: true
type: string
default: 'staging.languagedepot.org'

jobs:
test:
Expand Down

0 comments on commit e0d8249

Please sign in to comment.