Fix path to script

This commit is contained in:
Brett Logan 2022-02-21 10:07:36 -05:00
parent c93ce43156
commit 443bae5b6f
No known key found for this signature in database
GPG key ID: 52ED7D1F56850EE6

View file

@ -6,9 +6,10 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
update: update:
name: Update NPM Dependencies
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: ./github/scripts/update-npm.sh - run: ./.github/scripts/update-npm.sh
env: env:
id: ${{ github.run_id }} id: ${{ github.run_id }}