mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Fix path to script
This commit is contained in:
parent
c93ce43156
commit
443bae5b6f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deps-npm.yml
vendored
3
.github/workflows/deps-npm.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue