Zum Inhalt springen

⚙️ GitHub Actions-Generator

Wählen Sie einfach den Workflow-Typ und Trigger im Formular, um sofort YAML zu generieren, das direkt in <code>.github/workflows/xxx.yml</code> eingefügt werden kann. Unterstützt Node.js / Python / PHP / Go / Docker / Pages / Vercel / Netlify / Release / Cron / Lint.

100% Free No signup Browser-only 5 languages Dark mode

🔒 Über Datenschutz

Trigger
(klicken Sie auf 「YAML generieren」 oben links)

📖 Wie man es benutzt

  1. 1
    Pick a workflow type
    Select from Node.js, Python, PHP, Go, Docker, Pages, Vercel, Netlify, Release, Cron, or Lint.
  2. 2
    Set triggers and branch
    Toggle push, pull_request, schedule, or workflow_dispatch and enter the target branch or cron expression.
  3. 3
    Generate YAML and commit it
    Click Generate YAML, then copy or download. Drop the file under .github/workflows/ and push to enable it.

❓ Häufig gestellte Fragen

How do I configure the secrets it references?
If the YAML references ${{ secrets.XXX }}, add the matching secret in your repo Settings → Secrets and variables → Actions. Examples include DOCKERHUB_TOKEN, VERCEL_TOKEN, and NETLIFY_AUTH_TOKEN.
Which action versions are pinned?
It emits widely used stable versions, mainly actions/checkout@v4 and actions/setup-* v5. After generation you can pin to a commit SHA for extra reproducibility.
Can I use this with self-hosted runners?
Yes. Just change runs-on in the generated YAML to self-hosted, or to a label array such as [self-hosted, linux, x64].
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet