# actions-cheat-sheet **Repository Path**: mirrors_github/actions-cheat-sheet ## Basic Information - **Project Name**: actions-cheat-sheet - **Description**: A cheat sheet for GitHub Actions - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitHub Actions Cheat Sheet A PDF cheat sheet for GitHub Actions. The content is AsciiDoc based and then rendered into a PDF file with a GitHub Actions worflow. You can checkout the current GitHub Actions Cheat Sheet (2-pager) in [HTML format](https://github.github.io/actions-cheat-sheet/actions-cheat-sheet.html) or [PDF format](https://github.github.io/actions-cheat-sheet/actions-cheat-sheet.pdf) ## How to contribute The content sits in [actions-cheat-sheet.adoc](./actions-cheat-sheet.adoc) and the template is [theme/template.js](./theme/template.js) ## Build on your machine It's easy : ``` npm install npm run generate-pdf ```