We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1369ba3 commit cceb009Copy full SHA for cceb009
.github/workflows/smoke-test.yaml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Download artifacts
69
run: |
70
- /github/home/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /github/home/artifacts >> "$GITHUB_STEP_SUMMARY"
+ /home/runner/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /home/runner/artifacts >> "$GITHUB_STEP_SUMMARY"
71
kubectl get nodes -o wide || true
72
73
- name: Deploy infra to smoke test cluster
0 commit comments