GitHub Actions Advent Calendar 系列文章 - Index

最近我在做项目 codedays.app 过程中,发现 Github 推出的 Github Actions 可以很方便地用来做CI/CD之类的工作,所以决定将 GitHub Actions Advent Calendar 这个系列的文章做个简单的翻译和整理。这篇文章是所有文章的索引。

每天一个tips:

  • 第1天: CI/CD Triggers
  • 第2天: Matrix Workflows
  • 第3天: Cross-Platform Builds
  • 第4天: Installing Tools
  • 第5天: Building in Containers
  • 第6天: Fail-Fast Matrix Workflows
  • 第7天: Starter Workflows
  • 第8天: Dealing with Stale Issues
  • 第9天: Deploy to GitHub Packages
  • 第10天: Path Triggers
  • 第11天: Secrets
  • 第12天: Information about your Workflow
  • 第13天: Conditionals
  • 第14天: Conditionals with a Matrix
  • 第15天: Sharing Data Between Steps
  • 第16天: Conditionals with Shared Data
  • 第17天: Dependent Jobs
  • 第18天: Artifacts
  • 第19天: Downloading Artifacts
  • 第20天: Container Services
  • 第21天: GitHub Script
  • 第22天: Automerge Security Updates
  • 第23天: Upload Release Builds
  • 第24天: Caching Dependencies
  • 第25天: Sparkle a Christmas Tree
  • 第26天: Self-Hosted Runners
  • 第27天: Deploy to Cloud
  • 第28天: Repository Automation
  • 第29天: Creating an Action
  • 第30天: Integrating Other APIs in an Action
  • 第31天: Adding an Action to the Marketplace

GitHub repo: qiwihui/blog

Follow me: @qiwihui

Site: QIWIHUI