Prompt Buddy logoPrompt Buddy

github ยท GitHub Actions Docs

Get Started Quickstart for GitHub Actions - GitHub Docs

A step-by-step guide to creating a basic workflow file, defining a trigger, and running a job using a GitHub-hosted runner.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Get Started Quickstart for GitHub Actions - GitHub Docs

A step-by-step guide to creating a basic workflow file, defining a trigger, and running a job using a GitHub-hosted runner.

When To Use

Use when you need to set up a new continuous integration workflow by creating a YAML configuration file and triggering a job in a repository.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-get-started-quickstart-for-github-docs-workflow-guide.mdA markdown guide providing an introduction and prerequisites for using workflow templates in GitHub Actions.Questions about a markdown guide providing an introduction and prerequisites for using workflow templates in GitHub Actions.
examples/actions-get-started-quickstart-for-github-docs-github-actions-workflow-q.textA basic GitHub Actions workflow YAML file that triggers on a push event to run echo commands on an ubuntu-latest runner.Exact payloads, commands, or snippets shown in A basic GitHub Actions workflow YAML file that triggers on a push event to run echo commands on an ubuntu-latest runner.

What This Skill Covers

    • GitHub Actions / - Get started / - Quickstart
  • Main sections: In this article, Introduction, Using workflow templates, Prerequisites, Creating your first workflow.

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/get-started/quickstart