-
Select Topic AreaProduct Feedback BodyI've tried to use action variables defined on github /settings/variables/actions in my workflow but the value is never found. These were my tests, both as environment variables and repository variables: Workflow: Output: Configuration on /settings/variables/actions :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
It is in the |
Beta Was this translation helpful? Give feedback.
-
@github Please put a note on /{orgOrUser}/{repo}/settings/variables/actions page itself as a quick reference. Googling mostly takes us to https://docs.github.com/en/actions/learn-github-actions/variables this page is a TON of TMI and actually its kinda unrelated too |
Beta Was this translation helpful? Give feedback.
It is in the
vars
context. So you should be able to access the repository variables by${{ vars.TEST2 }}