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
The GitHub Actions run failed due to invalid YAML front matter in the following files:
src/layouts/BaseLayout.astro
src/components/CallToAction.astro
src/components/ContactCTA.astro
The text was updated successfully, but these errors were encountered:
Fix YAML front matter errors in Astro components
561a7b3
Related to #15 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/amonsalv/Portfolio-Astro/issues/15?shareId=XXXX-XXXX-XXXX-XXXX).
amonsalv
No branches or pull requests
The GitHub Actions run failed due to invalid YAML front matter in the following files:
src/layouts/BaseLayout.astro
: "could not find expected ':' while scanning a simple key at line 3 column 1".src/components/CallToAction.astro
: "mapping values are not allowed in this context at line 3 column 6".src/components/ContactCTA.astro
: "Invalid YAML front matter".Fixes:
The text was updated successfully, but these errors were encountered: