Skip to content

Commit 75301da

Browse files
Copilotpelikhan
andauthored
fix(workshop): promote path-split headings from #### to ### in step 12 (#1325)
* Initial plan * fix: promote #### path headings to ### in 12-test-and-iterate.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 1bfc438 commit 75301da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workshop/12-test-and-iterate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ You'll trigger your daily-status workflow manually, read the resulting issue com
1818

1919
Choose the path that matches how you want to trigger the run.
2020

21-
#### Terminal path — trigger with `gh aw`
21+
### Terminal path — trigger with `gh aw`
2222

2323
If you already have CLI trigger permissions configured, you can trigger the same run from the terminal:
2424

2525
```bash
2626
gh aw run daily-status
2727
```
2828

29-
#### GitHub UI path — trigger from Actions (recommended)
29+
### GitHub UI path — trigger from Actions (recommended)
3030

3131
Open your repository's **Actions** tab, select **Daily Repo Status**, then click **Run workflow****Run workflow**.
3232

0 commit comments

Comments
 (0)