Skip to content

Where exatly is the syntax error? (You have an error in your yaml syntax) #25498

Answered by Simran-B
fvollmer asked this question in Actions
Discussion options

You must be logged in to vote

You are missing closing ' twice:

raspberrypi: ['raspberrypi2', 'raspberrypi3]

Should be:

raspberrypi: ['raspberrypi2', 'raspberrypi3']

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants