-
Updated
Mar 8, 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 1,669 public repositories matching this topic...
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Feb 28, 2021 - TypeScript
-
Updated
Apr 26, 2020 - Java
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Jan 3, 2021 - TypeScript
-
Updated
Mar 7, 2021 - Vue
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Mar 7, 2021 - TypeScript
-
Updated
Mar 9, 2021 - TypeScript
-
Updated
Mar 10, 2021 - TypeScript
-
Updated
Feb 14, 2021 - Shell
-
Updated
Mar 13, 2021 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jan 14, 2021 - Shell
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Feb 8, 2021 - Python
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
Feb 3, 2021 - CMake
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
Mar 5, 2021 - JavaScript
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
Created by GitHub
Released October 16, 2018
- Organization
- actions
- Website
- github.com/features/actions
Related Topics
ci docker
GitHub CTF - A Call to Hacktion!
Mar 17 - 21, 2021 • Online


Describe the bug
git diff-treeused by linter onpushchecks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.There are now 2 different
gitcommands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105).git diff-treeis u