diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e3a13bf..db33b01 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,6 +18,6 @@ jobs: - name: 'Run in Nodejs' shell: bash env: - COOKIE: ${{ secrets.COOKIE }} + COOKIE: "${{ secrets.COOKIE }}" run: node main.js COOKIE=$COOKIE