jalantechnologies / github-ci

CI/CD pipeline for GitHub
MIT License
0 stars 1 forks source link

(bug) error parsing STDIN: error converting YAML to JSON: yaml: line 27: could not find expected ':' #3

Closed bbbneo333 closed 1 year ago

bbbneo333 commented 1 year ago

When running workflows against boilerplate-gatsby-strapi, the deploy step seems to fail while reading kubernetes specification files.

See workflow run - https://github.com/jalantechnologies/boilerplate-gatsby-strapi/actions/runs/4974584357/jobs/8901277632?pr=12

bbbneo333 commented 1 year ago

This was caused due to multiline input in one of the secrets. Closing this.