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 fac65ad commit 07c09d6Copy full SHA for 07c09d6
.github/workflows/prepare-cache.yml
@@ -9,8 +9,8 @@ on:
9
10
jobs:
11
prepare-npm-cache:
12
- name: Prepare npm cache for ${{ input.os }}
13
- runs-on: ${{ input.os }}
+ name: Prepare npm cache for ${{ inputs.os }}
+ runs-on: ${{ inputs.os }}
14
15
steps:
16
- uses: actions/checkout@v3
.github/workflows/test.yml
@@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
node-version: [14.x, 16.x]
- name: Node v${{ matrix.node-version }} on ${{ input.os }}
17
+ name: Node v${{ matrix.node-version }} on ${{ inputs.os }}
18
19
20
0 commit comments