-
QUESTION: how could I know the version of the github runner is running? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@shenmou98 Hey! The only way would be to run |
Beta Was this translation helpful? Give feedback.
-
Moving to Discussions |
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
@shenmou98 Hey! The only way would be to run
kubectl get po -o yaml
and see the image tag of the runner image. Also, please consider using GitHub Actions for questions and discussions. Issues are for concrete bug reports and feature requests :)