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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 1 * * *' - cron: '0 1 * * *'
jobs: jobs:
auto-deprecate: auto-deprecate:
name: NPM auto deprecate name: npm auto deprecate
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository