Skip to content

Commit 1f8986d

Browse files
authored
fix: promote path section headings from #### to ### in 18-share-and-reuse.md (#1928)
1 parent 909919b commit 1f8986d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workshop/18-share-and-reuse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For this step, you'll use your own practice repository. If you later want to mov
3636

3737
Your workflow lives at `.github/workflows/<name>.md` in your repository. Make sure the latest version is committed and pushed.
3838

39-
#### Terminal path — verify with Git
39+
### Terminal path — verify with Git
4040

4141
```bash
4242
git status
@@ -45,7 +45,7 @@ git log --oneline -3
4545

4646
If you see uncommitted changes, commit them now before sharing.
4747

48-
#### GitHub UI path — verify in the browser
48+
### GitHub UI path — verify in the browser
4949

5050
1. Navigate to your repository on GitHub.
5151
2. Browse to `.github/workflows/`.

0 commit comments

Comments
 (0)