Using-Expressions-In-Workflows
Using Expressions in GitHub Workflows
To use expressions in GitHub you need to nest them in ${{ <expression> }}
tags otherwise they'll be treated as strings.
#GitHub
To use expressions in GitHub you need to nest them in ${{ <expression> }}
tags otherwise they'll be treated as strings.
#GitHub