This commit is contained in:
shanmite 2020-11-11 23:31:27 +08:00
parent c80d147890
commit 1d4ea212f5

View File

@ -18,6 +18,6 @@ jobs:
- name: 'Run in Nodejs'
shell: bash
env:
COOKIE: ${{ secrets.COOKIE }}
COOKIE: "${{ secrets.COOKIE }}"
run:
node main.js COOKIE=$COOKIE