Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Viewing workflow run history - GitHub Docs

Instructions for navigating the GitHub Actions interface to locate, inspect, and audit previous executions of automated workflows.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Viewing workflow run history - GitHub Docs

Instructions for navigating the GitHub Actions interface to locate, inspect, and audit previous executions of automated workflows.

When To Use

Use when you need to locate past execution logs, check the status of previous automation runs, or audit the history of a specific workflow file.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-workflow-guide.mdA guide explaining how to access and monitor the history and logs of GitHub Actions workflow runs.Questions about a guide explaining how to access and monitor the history and logs of GitHub Actions workflow runs.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do.textA command line example demonstrating how to use the GitHub CLI to list workflow run history.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the GitHub CLI to list workflow run history.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-2.textA command line example using the GitHub CLI to list the most recent workflow runs with a limit of five.Exact payloads, commands, or snippets shown in A command line example using the GitHub CLI to list the most recent workflow runs with a limit of five.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-3.textA command-line example using the GitHub CLI to list workflow run history for a specific workflow.Exact payloads, commands, or snippets shown in A command-line example using the GitHub CLI to list workflow run history for a specific workflow.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-4.textA command line example demonstrating how to use the GitHub CLI to view the details of a specific workflow run.Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the GitHub CLI to view the details of a specific workflow run.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-5.textA command demonstrating how to use the GitHub CLI to view detailed information about a specific workflow run.Exact payloads, commands, or snippets shown in A command demonstrating how to use the GitHub CLI to view detailed information about a specific workflow run.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-6.textA GitHub CLI command used to view the details of a specific job within a workflow run.Exact payloads, commands, or snippets shown in A GitHub CLI command used to view the details of a specific job within a workflow run.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-7.textA command-line example using the GitHub CLI to view logs for a specific job within a workflow run.Exact payloads, commands, or snippets shown in A command-line example using the GitHub CLI to view logs for a specific job within a workflow run.
examples/actions-how-tos-monitor-workflows-viewing-workflow-run-history-github-do-8.textA GitHub CLI command demonstrating how to view a specific workflow run and check its exit status.Exact payloads, commands, or snippets shown in A GitHub CLI command demonstrating how to view a specific workflow run and check its exit status.

What This Skill Covers

    • GitHub Actions / - How-tos / - Monitor workflows / - View workflow run history
  • Main sections: Tool navigation, In this article, Viewing recent workflow runs, Viewing details for a specific workflow run.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.github.com/en/actions/how-tos/monitor-workflows/view-workflow-run-history