Skip to content

Commit

Permalink
fix: default values yaml file name in the common .deploy.yml file (#1520
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mishraomp authored Oct 25, 2023
1 parent e14a99f commit c192b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
type: number
values:
description: 'Values file.'
default: 'values.yml'
default: 'values.yaml'
required: false
type: string
jobs:
Expand Down

0 comments on commit c192b7d

Please sign in to comment.