MarkusJx / install-boost

Install boost on Github actions
MIT License
62 stars 3 forks source link

env.GITHUB_WORKSPACE evaluated to be null #12

Closed DingXuefeng closed 2 years ago

DingXuefeng commented 2 years ago

Hi,

The example your provided do not work. ${{env.GITHUB_WORKSPACE}} evals to null. See Context and Environment variable. Should use ${{github.workspace}} instead.

MarkusJx commented 2 years ago

Hi,

thank you for your suggestion. I've changed the readme accordingly :)