-
Hi Have a quick question about how to retrieve the
Or is there a way to generate env:
var1: ${{ github.ref }}
var2: ${{ github.run_number }}
var3: ${{ github.event.pull_request.base.ref }} with |
Beta Was this translation helpful? Give feedback.
Answered by
IT-VBFK
Jan 14, 2023
Replies: 1 comment
-
Use GitHubActions Gha = GitHubActions.Instance;
var baseRef = Gha.BaseRef; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ITaluone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use