mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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:
|
||||
jobs:
|
||||
update:
|
||||
name: Update NPM Dependencies
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./github/scripts/update-npm.sh
|
||||
- run: ./.github/scripts/update-npm.sh
|
||||
env:
|
||||
id: ${{ github.run_id }}
|
||||
|
|
Loading…
Reference in a new issue