Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 18, 2023
1 parent bed8c42 commit f95aa51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ input.node }}
node-version: ${{ inputs.node }}
cache: npm

- uses: actions/cache/restore@v3
with:
path: .
key: ${{ input.cache }}
key: ${{ inputs.cache }}

0 comments on commit f95aa51

Please sign in to comment.