Expose the current runner version as an environment variable #10207
tbutler-qontigo
started this conversation in
Ideas
Replies: 1 comment
-
Hey @tbutler-qontigo! Architecturally, we cannot accomplish this on our end. Please, try to offer the same thing in the original repository, I suppose they will provide more informative reply. |
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
-
Can we have this:
available as a standard environment variable?
My use case is that we are using a mix of github standard runners and self-hosted runners and we want to periodically check that our runners are "in sync" with the standard runners.
We are checking certain tool versions like bash, pwsh, pester etc but we would also like to ensure we are using the same runner version too, so that we can minimise differences between standard and self-hosted runners and reduce the likelihood of getting different results depending on what type of runner was used.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions