microsoft / scalar

Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
MIT License
1.39k stars 63 forks source link

Actions: set-env is disabled, breaking Actions workflows #465

Closed derrickstolee closed 3 years ago

derrickstolee commented 3 years ago

See .github/workflows/continuous-integration.yml for an example:

      run: echo "::set-env name=BUILD_PLATFORM::${{ runner.os }}"

We need to update the YML so we can get builds working again.

dscho commented 3 years ago

PR: https://github.com/microsoft/scalar/pull/466

derrickstolee commented 3 years ago

Resolved by #466.