-
QUESTION: how could I know the version of the github runner is running? |
Beta Was this translation helpful? Give feedback.
Answered by
mumoshu
Jun 9, 2021
Replies: 2 comments 1 reply
-
@shenmou98 Hey! The only way would be to run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mumoshu
-
Moving to Discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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 :)