Using-Expressions-In-Workflows

Using Expressions in GitHub Workflows

Source

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

#GitHub