vmactions / freebsd-vm

Use FreeBSD in github actions
https://vmactions.org
MIT License
252 stars 22 forks source link

Using GitHub Actions environment variables #63

Closed andy5995 closed 2 years ago

andy5995 commented 2 years ago

In the with: envs: field, if you want to add ${RUNNER_OS}, would you add 'RUNNER_OS' or '${{ env.RUNNER_OS }} or something else?

andy5995 commented 2 years ago

'RUNNER_OS'