diff --git a/workshop/08-run-your-workflow.md b/workshop/08-run-your-workflow.md index 65813c26..fad0d286 100644 --- a/workshop/08-run-your-workflow.md +++ b/workshop/08-run-your-workflow.md @@ -56,13 +56,21 @@ If you prefer the terminal, you can use [`gh aw run daily-report-status`](https: Open your practice repository in GitHub and click **Actions** in the top navigation. In the left sidebar, select **Daily Report Status**. -![Actions tab showing where to find Daily Report Status in the workflow list](images/08-actions-tab.svg) + + + + Actions tab showing where to find Daily Report Status in the workflow list + Click **Run workflow**, keep the default branch selected, and click the green **Run workflow** button. If **Daily Report Status** is missing, refresh the page and confirm both workflow files are on `main`. If you used the GitHub Copilot path, return to [Step 7c](07c-your-first-workflow-copilot.md) and confirm the workflow pull request was merged. If you used the Terminal path, run `gh aw compile` to check for compile errors. If the run fails immediately with a model-access or authentication error, return to [Step 7d](07d-confirm-model-access.md) and confirm the selected billing method matches the workflow. -![Workflow sidebar with the Run workflow button highlighted](images/08-run-workflow-button.svg) + + + + Workflow sidebar with the Run workflow button highlighted + ![Run workflow confirmation dropdown showing branch selection and final Run workflow button](images/08-run-workflow-confirm-dropdown.svg) diff --git a/workshop/08b-interpret-your-run.md b/workshop/08b-interpret-your-run.md index 86a01520..afb4b41f 100644 --- a/workshop/08b-interpret-your-run.md +++ b/workshop/08b-interpret-your-run.md @@ -41,7 +41,11 @@ After the run finishes, scroll to the **Summary** section on the run page. This Then verify the real output in your repository. For **Daily Report Status**, that usually means opening the issue the agent touched and confirming the comment or new issue is actually there. The GitHub change is the ground truth behind the [safe-output](https://github.github.com/gh-aw/reference/safe-outputs/) record. -![Workflow run summary panel](images/08-run-summary.svg) + + + + Workflow run summary panel + ## Check common error patterns first diff --git a/workshop/images/08-actions-tab-dark.svg b/workshop/images/08-actions-tab-dark.svg new file mode 100644 index 00000000..ad1b451e --- /dev/null +++ b/workshop/images/08-actions-tab-dark.svg @@ -0,0 +1,39 @@ + + + + + + + + + github.com/your-org/your-repo + + + + Code + Issues + Pull requests + Actions + + + + + Workflow + Status + Last run + + + + + + Daily Report Status + Completed + 2 minutes ago + + + repository-status-check + Queued + Yesterday + + Actions tab showing where to find Daily Report Status in the workflow list + diff --git a/workshop/images/08-actions-tab-light.svg b/workshop/images/08-actions-tab-light.svg new file mode 100644 index 00000000..dd9e9de4 --- /dev/null +++ b/workshop/images/08-actions-tab-light.svg @@ -0,0 +1,39 @@ + + + + + + + + + github.com/your-org/your-repo + + + + Code + Issues + Pull requests + Actions + + + + + Workflow + Status + Last run + + + + + + Daily Report Status + Completed + 2 minutes ago + + + repository-status-check + Queued + Yesterday + + Actions tab showing where to find Daily Report Status in the workflow list + diff --git a/workshop/images/08-run-summary-dark.svg b/workshop/images/08-run-summary-dark.svg new file mode 100644 index 00000000..9c25fd33 --- /dev/null +++ b/workshop/images/08-run-summary-dark.svg @@ -0,0 +1,36 @@ + + + + + + + + + github.com/your-org/your-repo + + + + Code + Issues + Pull requests + Actions + + + + + + + Daily Report Status + Run status: success + Duration: 23s + + + Jobs + + + + run-workflow + Succeeded + + Workflow run summary panel + diff --git a/workshop/images/08-run-summary-light.svg b/workshop/images/08-run-summary-light.svg new file mode 100644 index 00000000..2da62c59 --- /dev/null +++ b/workshop/images/08-run-summary-light.svg @@ -0,0 +1,36 @@ + + + + + + + + + github.com/your-org/your-repo + + + + Code + Issues + Pull requests + Actions + + + + + + + Daily Report Status + Run status: success + Duration: 23s + + + Jobs + + + + run-workflow + Succeeded + + Workflow run summary panel + diff --git a/workshop/images/08-run-workflow-button-dark.svg b/workshop/images/08-run-workflow-button-dark.svg new file mode 100644 index 00000000..89ce54d5 --- /dev/null +++ b/workshop/images/08-run-workflow-button-dark.svg @@ -0,0 +1,36 @@ + + + + + + + + + github.com/your-org/your-repo + + + + Code + Issues + Pull requests + Actions + + + + + Workflows + + Daily Report Status + repository-status-check + release-summary + + + Daily Report Status + This workflow gathers repository status and posts a summary. + + Run workflow + + Highlighted manual run control + + Workflow sidebar with the Run workflow button highlighted + diff --git a/workshop/images/08-run-workflow-button-light.svg b/workshop/images/08-run-workflow-button-light.svg new file mode 100644 index 00000000..d0c4cce6 --- /dev/null +++ b/workshop/images/08-run-workflow-button-light.svg @@ -0,0 +1,36 @@ + + + + + + + + + github.com/your-org/your-repo + + + + Code + Issues + Pull requests + Actions + + + + + Workflows + + Daily Report Status + repository-status-check + release-summary + + + Daily Report Status + This workflow gathers repository status and posts a summary. + + Run workflow + + Highlighted manual run control + + Workflow sidebar with the Run workflow button highlighted +