From 3bea3f11e5e6b8bd961d575f2714e09b5a8b028c Mon Sep 17 00:00:00 2001 From: sin-ack Date: Sat, 7 Aug 2021 06:51:34 +0000 Subject: [PATCH] CI: Fix node-version typo Otherwise this generates an "unexpected inputs" warning. --- .github/workflows/twitter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/twitter.yml b/.github/workflows/twitter.yml index 8bb0f77a0d..e7ff0f9be2 100644 --- a/.github/workflows/twitter.yml +++ b/.github/workflows/twitter.yml @@ -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