You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get this action set up and I think I have it configured properly but I seem to be getting an error. This also occurs when I try to use the outline_test.md file so I think something might be broken?
Let me know if there's other info I can provide, here's the full error output.
Processing diablo-athena-to-sql/README.md... Syncing...
Traceback (most recent call last):
Unable to sync diablo-athena-to-sql/README.md due to missing required metadata.
File "/usr/local/bin/gfmd", line 8, in <module>
sys.exit(run())
File "/usr/local/lib/python3.8/site-packages/gfmd/__main__.py", line 167, in run
process_file(file)
File "/usr/local/lib/python3.8/site-packages/gfmd/__main__.py", line 57, in process_file
title=document["title"],
File "/usr/local/lib/python3.8/site-packages/frontmatter/__init__.py", line 275, in __getitem__
return self.metadata[name]
KeyError: 'title'
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get this action set up and I think I have it configured properly but I seem to be getting an error. This also occurs when I try to use the
outline_test.md
file so I think something might be broken?Let me know if there's other info I can provide, here's the full error output.
The text was updated successfully, but these errors were encountered: