Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions workshop/08-run-your-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/08-actions-tab-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="images/08-actions-tab-light.svg">
<img alt="Actions tab showing where to find Daily Report Status in the workflow list" src="images/08-actions-tab-light.svg">
</picture>

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)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/08-run-workflow-button-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="images/08-run-workflow-button-light.svg">
<img alt="Workflow sidebar with the Run workflow button highlighted" src="images/08-run-workflow-button-light.svg">
</picture>

![Run workflow confirmation dropdown showing branch selection and final Run workflow button](images/08-run-workflow-confirm-dropdown.svg)

Expand Down
6 changes: 5 additions & 1 deletion workshop/08b-interpret-your-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/08-run-summary-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="images/08-run-summary-light.svg">
<img alt="Workflow run summary panel" src="images/08-run-summary-light.svg">
</picture>

## Check common error patterns first

Expand Down
39 changes: 39 additions & 0 deletions workshop/images/08-actions-tab-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions workshop/images/08-actions-tab-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions workshop/images/08-run-summary-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions workshop/images/08-run-summary-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions workshop/images/08-run-workflow-button-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions workshop/images/08-run-workflow-button-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.