Commit 3d1f32a
committed
github: workflows: fix yaml error for issue close workflow
Fixes the following workflow action.
Run yamllint -f parsable -d "$yamllint_config" --strict .github/workflows/*.yml *.yml
yamllint -f parsable -d "$yamllint_config" --strict .github/workflows/*.yml *.yml
shell: /usr/bin/bash -e {0}
env:
yamllint_config: {extends: default, rules: {line-length: {max: 100}}}
Warning: orkflows/close-stale.yml:3:1: [warning] truthy value should be one of [false, true] (truthy)
Error: Process completed with exit code 2.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>1 parent fbafa26 commit 3d1f32a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments