Note: GitHub Actions was available for GitHub Enterprise Server 2.22 as a limited beta. The beta has ended. GitHub Actions is now generally available in GitHub Enterprise Server 3.0 or later. For more information, see the GitHub Enterprise Server 3.0 release notes.
- For more information about upgrading to GitHub Enterprise Server 3.0 or later, see "Upgrading GitHub Enterprise Server."
- For more information about configuring GitHub Actions after you upgrade, see the documentation for GitHub Enterprise Server 3.0.
Note: GitHub-hosted runners are not currently supported on GitHub Enterprise Server. You can see more information about planned future support on the GitHub public roadmap.
Monitoring your workflows
Adding a workflow status badge
A status badge shows whether a workflow is currently failing or passing. A common place to add a status badge is in the README.md
file of your repository, but you can add it to any web page you'd like. By default, badges display the status of your default branch. Du kannst auch den Status einer Workflow-Ausführung für einen bestimmten Branch oder ein bestimmtes Ereignis anzeigen, indem Du die Abfrageparameter branch
(Branch) und event
(Ereignis) in der URL verwendest.
For more information, see "Adding a workflow status badge."
Viewing workflow run history
You can view the status of each job and step in a workflow. Ein Beispiel:
For more information, see "Viewing workflow run history."
Troubleshooting your workflows
Using workflow run logs
Each workflow run generates activity logs that you can view, search, and download. Ein Beispiel:
For more information, see "Using workflow run logs."
Debug-Protokollierung aktivieren
Wenn die Workflow-Logs nicht genügend Details zur Diagnose enthalten, warum ein Workflow, ein Job oder ein Schritt nicht wie erwartet abläuft, können Sie die zusätzliche Debug-Protokollierung aktivieren. For more information, see "Enabling debug logging."
Überwachung und Fehlerbehebung selbst-gehosteter Runner
If you use self-hosted runners, you can view their activity and diagnose common issues.
Weitere Informationen findest Du unter "Überwachung und Fehlerbehebung selbst-gehosteter Läufer ."