-
Updated
Sep 7, 2021
Actions
GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. You can write individual tasks, called actions, and combine them to create a custom workflow. Workflows are custom automated processes that you can set up in your repository to build, test, package, release, or deploy any code project on GitHub.
“With GitHub Actions you can build end-to-end continuous integration (CI) and continuous deployment (CD) capabilities directly in your repository. GitHub Actions powers GitHub's built-in continuous integration service. For more information, see "About continuous integration."
Featured Actions
Getting Started
Community & Support
Taking Action With GitHub Actions
Here are 2,201 public repositories matching this topic...
-
Updated
Sep 2, 2021 - Shell
At the moment, it's possible to do
toc: true
to autogenerate a table of contents. I think it would be nice if there were also styling options, e.g. to have that TOC float on one side of the page.
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
May 3, 2021 - Java
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Sep 7, 2021 - Vue
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Sep 9, 2021 - Shell
-
Updated
Jun 6, 2021 - Shell
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Sep 14, 2021 - TypeScript
Only a subset of the inputs documented are actually allowed in the action.yml, resulting in the following warning when I use customParameters, versioning, and other parameters:
##[warning]Unexpected input 'customParameters', valid inputs are ['unityVersion', 'targetPlatform', 'projectPath', 'buildName', 'buildsPath', 'buildMethod']
-
Updated
Sep 6, 2021 - TypeScript
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Sep 5, 2021 - CMake
-
Updated
Aug 31, 2021 - Python
The files on PyPI have these hash values:
- SHA256
- MD5
- BLAKE2-256
If print the hash values, people can easily verify whether the file on PyPI was automatically uploaded by CI script.
It is best to print a pretty-print table.
-
Updated
May 3, 2021 - Python
Created by GitHub
Released October 16, 2018
- Organization
- actions
- Website
- github.com/features/actions
Related Topics
ci docker
Automatizando fluxos de trabalho com ações do GitHub, O que é DevRel Como você pode ter uma carreira dev focada em comunidade e conteúdo & tecnologia e Responsabilidade Social - Conhecendo o trabalho do Inst. da Oportunidade Social
September 21, 2021 • Online
Múltiples paquetes de node en un solo repo con GitHub Actions y Lerna
September 21, 2021 • Online
GitHub은 글로벌 소프트웨어 개발공간으로서
September 28, 2021 • Online
30 Minutes to Merge: DevOps
September 30, 2021 • Online
I want super-linter to create pull request comments about the result of linters that caused errors.
If super-linter can do it, linter errors will be easier to see.