We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96b165 commit a03d05aCopy full SHA for a03d05a
.github/workflows/dry-run.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Windows only, install wget
20
- if: ${{ runner.os == 'windows-latest' }}
+ if: ${{ runner.os == 'Windows' }}
21
run: |
22
choco install wget --no-progress
23
- name: Install nodejs dependencies
0 commit comments