Closed andy5995 closed 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?
${RUNNER_OS}
'RUNNER_OS'
In the with: envs: field, if you want to add
${RUNNER_OS}
, would you add 'RUNNER_OS' or '${{ env.RUNNER_OS }} or something else?