diff options
author | sin-ack <sin-ack@users.noreply.github.com> | 2021-08-07 06:51:34 +0000 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-07 09:30:28 +0200 |
commit | 3bea3f11e5e6b8bd961d575f2714e09b5a8b028c (patch) | |
tree | f211c17552f3654e01488e10922a1c9b8714d6dd /.github/workflows | |
parent | f12152f77e6038387bd117f77b30ce3675fb7bc5 (diff) | |
download | serenity-3bea3f11e5e6b8bd961d575f2714e09b5a8b028c.zip |
CI: Fix node-version typo
Otherwise this generates an "unexpected inputs" warning.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/twitter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |