diff options
| author | XhmikosR <[email protected]> | 2021-01-11 13:05:05 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-11 13:05:05 +0200 |
| commit | 0bcaa068f2e376fb5e525ab12598b00dd66a0dae (patch) | |
| tree | b375281563a32b2383eab20f6e0fadb6854a5e4f /.github/workflows/node-sass.yml | |
| parent | 78c5b503f9cc52999d5b4e130058e16388208534 (diff) | |
| download | bootstrap-0bcaa068f2e376fb5e525ab12598b00dd66a0dae.tar.xz bootstrap-0bcaa068f2e376fb5e525ab12598b00dd66a0dae.zip | |
GitHub Actions cleanup (#32755)
* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner
Diffstat (limited to '.github/workflows/node-sass.yml')
| -rw-r--r-- | .github/workflows/node-sass.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml index 9e9cffa40..285d4bcc8 100644 --- a/.github/workflows/node-sass.yml +++ b/.github/workflows/node-sass.yml @@ -7,7 +7,6 @@ on: pull_request: env: - CI: true FORCE_COLOR: 2 NODE: 14.x |
