Преглед на файлове

CI: Fix node-version typo

Otherwise this generates an "unexpected inputs" warning.
sin-ack преди 3 години
родител
ревизия
3bea3f11e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/twitter.yml

+ 1 - 1
.github/workflows/twitter.yml

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