Stuck on step#2 as well #603
Unanswered
JasonGrahamAZ
asked this question in
Communicate using Markdown
Replies: 1 comment
-
Might be this https://github.com/orgs/skills/discussions/330#discussioncomment-6776297 Update: The key is the Github Actions workflows which hint at which branch they hook in on. Live and learn! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Run skills/action-check-file@v1
Run echo "Check that all required env variables are set"
Check that all required env variables are set
Check that index.md includes (?<!#)#{1,6}( \t)?$
Missing (?<!#)#{1,6}( \t)?$ in index.md
Error: Process completed with exit code 204.
How do I modify the index.md file? do copy it out of GIT? does the Pull request send it to my PC?
In this pull request, go to the Files changed tab. We made an empty file index.md for you.
Select Edit file from the three dotted ... menu in the upper right corner of the file view on index.md.
On the Edit file tab, add a #, followed by a space, before any content you like to make it an H1 Header. You can add more headers, using one to six # characters followed by a space.
the three button drop down does not have edit choice.
Beta Was this translation helpful? Give feedback.
All reactions