SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Shell github-action Projects
-
Project mention: Automating Telegram Bot Deployment with GitHub Actions and Docker | dev.to | 2024-06-12
Note that we have provided 3 more secrets to authenticate to my VPS using appleboy/ssh-action. For the deployment workflow, it will likely vary depending on how you wish to deploy/host the project. For my project, I hosted it on a simple VPS server and this is the final workflow file:
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
flutter-action
Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
-
git-auto-commit-action
Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
-
docker-github-actions-runner
This will run the new self-hosted github actions runners with docker-in-docker
To run actions-runner in Docker, we'll use the following solution: https://github.com/myoung34/docker-github-actions-runner. It's basically a bash wrapper over the binary from GitHub, which works quite well. The first thing to look at is the security section of the project's readme:
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
We intended to have gitHub Action workflow move forward and complete even though image scan step fails. In real world, you might want to stop the workflow when image scan fails. For this you can set exit-code: '1'instead of exit-code: '0'in part of trivy step in build.yaml. For more details on this, please refer to Trivy doc .
-
run-on-arch-action
A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
-
Project mention: CI/CD Pipelines Guide with GitHub Actions, SonarCloud, Codecov, and Sentry | dev.to | 2024-07-29
References: GitHub Actions Documentation SonarCloud GitHub Action Codecov GitHub Action Sentry GitHub Action Nardy Book REST API
-
-
-
-
Firebase-Distribution-Github-Action
This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
-
A plugin is used to rsync the contents to our server Make sure to use the correct path from which to deploy content Don't forget to specify the correct domain at remote-path and remote-host properties. Notice the SSH Key is retrieved from the repository secrets.
-
-
lychee-action
Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.
-
-
github-slug-action
GitHub Action to expose slug value of GitHub environment variables inside your GitHub workflow
-
-
composer-install
:gift: A GitHub Action to streamline installation of PHP dependencies with Composer.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell github-actions discussion
Shell github-actions related posts
-
Ephemeral self-hosted GitHub actions runners
-
Godot Rust CI: Handy GDScript & Rust GitHub Actions
-
Enhance Code Security with GitHub Actions: Automatically Commenting PRs with Docker Scans
-
Streamlining Coverage Reports in SonarCloud with an NX Monorepo
-
Portfolio Site Continuous Integration GitHub Action
-
GitHub Actions as a time-sharing supercomputer
-
Self-hosted GitHub actions runners with Docker-in-Docker
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Dec 2024
Index
What are some of the best open-source github-action projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | ssh-action | 4,881 |
2 | flutter-action | 2,280 |
3 | git-auto-commit-action | 2,071 |
4 | docker-github-actions-runner | 1,716 |
5 | scp-action | 1,262 |
6 | latex-action | 1,153 |
7 | s3-sync-action | 1,041 |
8 | firebase-action | 929 |
9 | trivy-action | 842 |
10 | run-on-arch-action | 690 |
11 | sonarcloud-github-action | 599 |
12 | static_status | 545 |
13 | github-action-push-to-another-repository | 462 |
14 | hello-github-actions | 480 |
15 | Firebase-Distribution-Github-Action | 380 |
16 | rsync-deployments | 367 |
17 | mkdkr | 370 |
18 | lychee-action | 328 |
19 | check-spelling | 264 |
20 | github-slug-action | 262 |
21 | upload-rust-binary-action | 249 |
22 | composer-install | 233 |
23 | mongodb-github-action | 228 |