Skip to content

Commit 0da5bad

Browse files
author
tylertitsworth
committed
cp instead of set at actions level
1 parent db6fd6b commit 0da5bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Helm Lint, Install, and Test
4444
if: steps.changed.outputs.changed == 'true'
4545
run: |
46-
echo "${{ secrets.KUBECTL_PATH }}" >> $GITHUB_PATH
46+
cp {{ secrets.KUBECTL_PATH }}/kubectl /usr/local/bin/kubectl
4747
kubectl config use-context kubeflow
4848
ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci
4949
env:

0 commit comments

Comments
 (0)