diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index db33b01..46e9210 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 + node main.js COOKIE="$COOKIE"