dtinth / todo-actions

Turn TODO in source code into issues and close them when they are gone. Runs on GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error "bad indentation of a mapping entry"

kailynnelson opened this issue · comments

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:

image

bad indentation of a mapping entry

and my workflow fails to run.

What am I doing wrong?

jobs:
  todos:
    runs-on: self-hosted
-     steps: actions/checkout@v1
+   steps: actions/checkout@v1