alexcampbell86
alexcampbell86
Version: cypress-io/github-action@v2 Cypress version: 8.5 I'm running the workflow (latest version) with the parameter `headless=false`  But when the browser launches, it is actually in headless mode: 
### Summary I am trying to encode a token on Windows using the following command: `jwt encode --alg RS256 --exp "+60 sec" --iss [email protected]` I am getting the errors: ```...