GitHub Actions Dokumentation
Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
Getting started
Informationen zu GitHub Actions→
Mit GitHub Actions können Sie benutzerdefinierte Workflows für den gesamten Lebenszyklus der Softwareentwicklung direkt im GitHub-Repository erstellen.
Einen Workflow konfigurieren→
You can create custom workflows to automate your project's software development life cycle processes.
Informationen zu Aktionen→
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, and use and customize actions shared by the GitHub community.
Popular articles
Syntax für Workflows→
A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
Ereignisse, die Workflows auslösen→
Sie können konfigurieren, dass Ihre Workflows zu einem geplanten Zeitpunkt ausgeführt werden oder dann, wenn eine bestimmte Aktivität auf GitHub stattfindet oder ein Ereignis außerhalb von GitHub auftritt.
Context and expression syntax→
Sie können in Workflows und Aktionen auf Kontextinformationen zugreifen und Ausdrücke auswerten.
Erste Schritte mit GitHub Actions→
GitHub Actions umfassen eine leistungsstarke Ausführungsumgebung, die in jeden Schritt Ihres Workflows integriert ist. Sie können GitHub Actions entdecken, erstellen und freigeben, um jeden beliebigen Auftrag auszuführen.
Configuring and managing workflows→
You can create custom workflows and manage runs to control your project's software development life cycle processes.
Language and framework guides→
You can create continuous integration (CI) workflows that build and test projects written in different programming languages.
Publishing packages with GitHub Actions→
Create and publish packages to GitHub Package Registry or another package hosting provider.
Migrating to GitHub Actions→
Migrate from other continuous integration (CI) providers to GitHub Actions.
Building and testing code with continuous integration→
You can use GitHub Actions to create custom continuous integration (CI) and continuous deployment (CD) workflows in your repository.
Aktionen erstellen→
You can create your own actions, use and customize actions shared by the GitHub community, or write and share the actions you build.
Hosting your own runners→
You can create self-hosted runners to run workflows in a highly customizable environment.
Reference→
Reference documentation for building actions, creating workflows, and other tools and information on GitHub Actions.