CI: Fix node-version typo

Otherwise this generates an "unexpected inputs" warning.
This commit is contained in:
sin-ack 2021-08-07 06:51:34 +00:00 committed by Gunnar Beutner
parent f12152f77e
commit 3bea3f11e5
Notes: sideshowbarker 2024-07-18 07:21:18 +09:00

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node_version: '14'
node-version: '14'
- run: npm i twit
- run: |
node ${{ github.workspace }}/Meta/tweet-commits.js << EOF