Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FaGru3n authored Dec 4, 2023
1 parent 8b6f184 commit 8cd67e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.0' }}
helm dependency update charts/simpledataexchanger
helm upgrade impledataexchanger charts/simpledataexchanger
helm upgrade simpledataexchanger charts/simpledataexchanger
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'


Expand Down

0 comments on commit 8cd67e7

Please sign in to comment.