CI: Fix node-version typo
Otherwise this generates an "unexpected inputs" warning.
This commit is contained in:
parent
f12152f77e
commit
3bea3f11e5
Notes:
sideshowbarker
2024-07-18 07:21:18 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/commit/3bea3f11e5e Pull-request: https://github.com/SerenityOS/serenity/pull/9252 Reviewed-by: https://github.com/gunnarbeutner ✅
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twitter.yml
vendored
2
.github/workflows/twitter.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue