Skip to content

Commit

Permalink
fix- yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
h1manshu98 committed Mar 1, 2024
1 parent b24c1f6 commit ee627b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
rollback:
required: false
type: boolean
description: 'Environment name for rollback'
description: 'Environment name for rollback'
revision:
required: false
type: number
Expand Down Expand Up @@ -84,7 +84,7 @@ on:
required: false
set-parameters:
required: false
description: 'Overriding the default values using --set flag'
description: 'Overriding the default values using --set flag'
jobs:
helm-action:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
if: ${{ inputs.uninstall == true }}
run: |
helm uninstall ${{ inputs.release-name }} -n ${{ inputs.namespace }}
...
...
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ jobs:
cd ${{ inputs.working_directory }}
terraform destroy -auto-approve
fi
...
...

0 comments on commit ee627b5

Please sign in to comment.