ci: use correct capitalization of npm (#7150)

This commit is contained in:
Superchupu
2021-12-26 12:57:24 +01:00
committed by GitHub
parent 2bfc638a5c
commit f1d35e32ee
+2 -2
View File
@@ -1,11 +1,11 @@
name: NPM auto deprecate
name: npm auto deprecate
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
jobs:
auto-deprecate:
name: NPM auto deprecate
name: npm auto deprecate
runs-on: ubuntu-latest
steps:
- name: Checkout repository