ci: use correct capitalization of npm (#7150)

This commit is contained in:
Superchupu
2021-12-26 11:57:24 +00:00
committed by GitHub
parent 2bfc638a5c
commit f1d35e32ee

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