Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 2cf1b05 commit 4b7c9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_helm-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo "should_cleanup=false" >> $GITHUB_ENV
exit 0
fi
if ! helm install --create-namespace --namespace $NAMESPACE $RELEASE_NAME oci://ghcr.io/opea-project/charts/${{ inputs.workload }} --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f ${{ inputs.workload }}/kubernetes/helm/${value_file} --version 0-latest ; then
echo "Failed to install chart ${{ inputs.workload }}"
echo "skip_validate=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 4b7c9bd

Please sign in to comment.