[BUG]:Cannot read a block mapping entry; a multiline key may not be an implicit key #228
Open
1 task done
Labels
bug
Something isn't working
gssoc-ext
GSSoC'24 Extended Version
hacktoberfest
Hacktober Collaboration
hacktoberfest-accepted
Hacktoberfest 2024
level1
10 Points 🥇
Has this bug been raised before?
Description
Encountered the following error when trying to run a GitHub Action:
Error: cannot read a block mapping entry; a multiline key may not be an implicit key
Steps to Reproduce
Steps to Reproduce
Screenshots
No response
Do you want to work on this issue?
Yes
If "yes" to the above, please explain how you would technically implement this.
Suggested Fix
The error is due to a multi-line string in the Python code block within the
run
command. This can be fixed by formatting there.match
pattern correctly.Here’s the corrected YAML configuration:
The text was updated successfully, but these errors were encountered: