-
Updated
Nov 18, 2020
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 1,446 public repositories matching this topic...
-
Updated
Dec 1, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Apr 26, 2020 - Java
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Nov 28, 2020 - Vue
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Dec 1, 2020 - Shell
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 4, 2020 - Shell
-
Updated
Nov 26, 2020 - Python
Brett Fox's answer to When VCs say the giants will enter the market and put you out of business in a day, what is the best answer you can give? - Quora
July 19, 2019 at 01:27PM
via Instapaper https://ift.tt/32B5pTS
-
Updated
Nov 7, 2020 - CMake
Currently certain PR's coming from forks result in the action running in the context of the fork, which means it can't post a comment or a PR review to the PR/issue.
Possible workarounds:
- Report the size table back using a Status Check
- Not sure if GitHub's UI will handle
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
Nov 9, 2020 - TypeScript
I am not sure if this belongs here, but I am having an issue when using this Github Action.
This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120
and the content is:
Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl
0%| | 0.00/30.5k [00:00<?, ?B/s]
100%|
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 27, 2020 - JavaScript
Created by GitHub
Released October 16, 2018
- Organization
- actions
- Website
- github.com/features/actions
Is your feature request related to a problem? Please describe.
https://github.com/bridgecrewio/checkov is a tool to check infrastructure-as-code descriptors.
It scans cloud infrastructure provisioned using Terraform, Cloudformation, Kubernetes, Serverless or ARM Templates and detects security and compliance misconfigurations.Describe the solution you'd like
Support
checkov.**