30-seconds-of-cpp
30-seconds-of-cpp copied to clipboard
Fix indentation error in update action .yml
This PR will fix the GitHub Action YML file that was failing on line 7.
Fixes #166
Changes
The indentation was incorrect and that's a big gotcha in YML. I just put in the spaces where required for the steps section.
Checklist
- [x] I have read CONTRIBUTING guidelines.
- [x] This is a typo fix.
- [x] I am not updating any
todo.txt
files.
If this works, I would prefer to have this labeled as "hacktoberfest-accepted" please.