소스 검색

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/setup-node@v2
         with:
-          node_version: '14'
+          node-version: '14'
       - run: npm i twit
       - run: |
           node ${{ github.workspace }}/Meta/tweet-commits.js << EOF