Skip to content

Commit

Permalink
Update deploy.yml - default istance is 2 not 5
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Nov 16, 2023
1 parent b7360bf commit c4b7c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
INSTANCE:
required: false
type: string
default: '5'
default: '2'
IMPORT:
required: false
default: true
Expand All @@ -17,7 +17,7 @@ on:
inputs:
INSTANCE:
required: true
default: '5'
default: '2'
type: choice
options:
- '*'
Expand Down

0 comments on commit c4b7c2e

Please sign in to comment.