Skip to content

Commit 7653bb2

Browse files
authored
Change image syntax from markdown to HTML
Updated image syntax in README.md to use HTML tags.
1 parent 5542d22 commit 7653bb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Build a real AI-powered GitHub workflow from scratch and leave with a **safe** production-style agentic automation you can adapt to your own repositories.
1111

12-
![Sample daily repository status report generated by the finished workflow](workshop/images/00-daily-repo-status-output.svg)
12+
<img src="workshop/images/00-daily-repo-status-output.svg" alt="Sample daily repository status report generated by the finished workflow" width="600" />
1313

1414
## Why this workshop
1515

@@ -26,7 +26,7 @@ By the time you finish, you will know how to:
2626

2727
You'll build a scheduled, AI-powered repository status report that runs in GitHub Actions and posts a useful summary without custom shell-script orchestration.
2828

29-
![Preview of a completed workflow run in the GitHub Actions UI](workshop/images/00-workflow-run-complete.svg)
29+
<img src="workshop/images/00-workflow-run-complete.svg" alt="Preview of a completed workflow run in the GitHub Actions UI" width="600" />
3030

3131
## Who this is for
3232

0 commit comments

Comments
 (0)