Can we pass version# from repo variable #1595
Unanswered
sameerseekala1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we store version# in repo variable and access it in the workflow like below? If not is there a way to pass checkout version to the workflow dynamically? Because it is tedious to update all the workflows in all branches whenever the version changes.
uses: actions/checkout@${{ vars.CHECKOUTVERSION }}
Please suggest.
Beta Was this translation helpful? Give feedback.
All reactions