tisonkun commented on code in PR #292:
URL: https://github.com/apache/pulsar-helm-chart/pull/292#discussion_r990736904
##########
.github/workflows/lint.yml:
##########
@@ -43,9 +42,22 @@ jobs:
id: check_changes
run: echo "::set-output name=docs_only::${{
fromJSON(steps.changes.outputs.all_count) ==
fromJSON(steps.changes.outputs.docs_count) &&
fromJSON(steps.changes.outputs.docs_count) > 0 }}"
- - name: Lint chart
+ - name: Set up Helm
+ if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
+ uses: azure/setup-helm@v3
+ with:
+ version: v3.10.0
+
+ - name: Set up Python
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
- id: lint
- uses: helm/[email protected]
Review Comment:
This action is never allowed by INFRA settings and thus we always failed
before. Fix on the fly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]