diff --git a/.github/workflows/twitter.yml b/.github/workflows/twitter.yml index e7ff0f9be2..56d75f9155 100644 --- a/.github/workflows/twitter.yml +++ b/.github/workflows/twitter.yml @@ -14,7 +14,7 @@ jobs: node-version: '14' - run: npm i twit - run: | - node ${{ github.workspace }}/Meta/tweet-commits.js << EOF + node ${{ github.workspace }}/Meta/tweet-commits.js << 'EOF' ${{ toJSON(github.event) }} EOF env: