-
Updated
Jun 14, 2022 - JavaScript
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 707 public repositories matching this topic...
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jun 21, 2022 - JavaScript
Retry API calls
-
Updated
May 31, 2022 - JavaScript
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
May 23, 2022 - JavaScript
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 23, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Aug 5, 2021 - JavaScript
Add testing via jest
-
Updated
Dec 4, 2019 - JavaScript
-
Updated
May 21, 2022 - JavaScript
-
Updated
Jun 20, 2022 - JavaScript
-
Updated
Mar 9, 2022 - JavaScript
This action "fails" with the following output:
Run lots0logs/[email protected]
with:
token: ***
(node:301) UnhandledPromiseRejectionWarning: HttpError: API rate limit exceeded for installation ID 2506633.
at /runner/_work/_actions/lots0logs/gh-action-get-changed-files/2.1.4/dist/index.js:7470:23
at processTicksAndRejections (internal/process/task_queues.j
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Apr 26, 2021 - JavaScript
Created by GitHub
Released October 16, 2018
- Organization
- actions
- Website
- github.com/features/actions
Related Topics
ci docker
Aprenda en 30 minutos: GitHub Actions
Jun 28 - 29, 2022 • Online
Security at the Speed of GitHub
June 29, 2022 • Online
Hi, thanks for this action. My npm package is not in the root of the repo.
WDYT about adding
working_directoryoption - good idea or not?