We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When following your 'Setting up' instructions, step 3 says to paste your Actions code as-is. However, when I do that, I get this error message:
bad indentation of a mapping entry
and my workflow fails to run.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
See failed workflows here: https://github.com/kailynnelson/spotify-body-werk/actions
Sorry, something went wrong.
jobs: todos: runs-on: self-hosted - steps: actions/checkout@v1 + steps: actions/checkout@v1
No branches or pull requests
When following your 'Setting up' instructions, step 3 says to paste your Actions code as-is. However, when I do that, I get this error message:
bad indentation of a mapping entry
and my workflow fails to run.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: