V3: [CI] Format workflow file error

Created on 10 Jun 2020  路  2Comments  路  Source: exercism/v3

In the last day I have received a few emails regarding a failed workflow on the master branch:

https://github.com/exercism/v3/actions/runs/131261191

Which is saying that there is an error in the workflow file:

The workflow is not valid. .github/workflows/format-code.yml (Line: 20, Col: 13): Unexpected symbol: '"false"'. Located at position 34 within expression: steps.fork_check.outputs.fork == "false"

See .github/workflows/format-code.yml:

https://github.com/exercism/v3/blob/b2fa50a2df34d3aacfe2339ce523fa1b793f599a/.github/workflows/format-code.yml#L20

Tagging @SaschaMann and @ErikSchierboom just because they are mentioned in the gitblame

typci

Most helpful comment

Working on it (https://github.com/exercism/v3/pull/1585), but still having some issues I need to fix (and lacked time earlier this week). The linter told me something would work but the action runner disagreed. I'll have time tomorrow to finally fix it.

All 2 comments

Working on it (https://github.com/exercism/v3/pull/1585), but still having some issues I need to fix (and lacked time earlier this week). The linter told me something would work but the action runner disagreed. I'll have time tomorrow to finally fix it.

Was this page helpful?
0 / 5 - 0 ratings