Expected behavior:
A interaction would be done to match the name of the step.
Current behavior:
The name description is List pods but it is doing a version call.
# Use kubectl or other compatible tools to interact with your Kubernetes
# cluster.
- name: List pods
run: kubectl version
Bug details:
- Teleport version: 18.10.4
- Recreation steps
- Go through a GitHub Actions k8s
- Go to the gha-workflow section
Expected behavior:
A interaction would be done to match the name of the step.
Current behavior:
The name description is
List podsbut it is doing a version call.Bug details: