teoxoy / profile-readme-stats

Showcase your github stats on your profile README.md
https://github.com/marketplace/actions/profile-readme-stats
MIT License
245 stars 85 forks source link

Process completed with code 2 #14

Closed Cyanic76 closed 2 years ago

Cyanic76 commented 2 years ago

Hello,

I'm trying to set up the readme stats but encounter this error: Process completed with code 2.

Another error pops up: /home/runner/work/_temp/37f1f32d-c53e-4ba7-8bf9-46ccfc4a17ee.sh: line 1: conditional binary operator expected. Is there a way to fix this?

I believe the TEMPLATE.md is correct, though.

teoxoy commented 2 years ago

conditional binary operator expected is a shell error

Are you sure your workflow file is set up properly?

Cyanic76 commented 2 years ago

I'm not sure though, here's what it looks like

teoxoy commented 2 years ago

!== is not valid in bash. use !=

Cyanic76 commented 2 years ago

Ok, thanks