Shell github-actions

Open-source Shell projects categorized as github-actions

Top 23 Shell github-action Projects

  • ssh-action

    GitHub Actions for executing remote ssh commands.

  • Project mention: Portfolio Site Continuous Integration GitHub Action | dev.to | 2024-04-08

    This GitHub action will use another ssh-action action to handle the remote ssh connection. After storing the connection credentials in the GitHub repository secrets, this can securely/dynamically connect to the remote Ubuntu machine. The last key for this action job is the script, or verbatim Ubuntu commands that will be run. For the sake of brevity, I have only written pseudo-code for the deployment steps.

  • flutter-action

    Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • git-auto-commit-action

    Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.

  • Project mention: Automate Python Linting and Code Style Enforcement with Ruff and GitHub Actions | dev.to | 2023-07-22

    We are also using the auto-commit action to commit the changes. We can configure the commit message and other options. Read more about the auto-commit action here. This is optional - we can also use the git action to commit the changes manually.

  • docker-github-actions-runner

    This will run the new self-hosted github actions runners with docker-in-docker

  • Project mention: Self-hosted GitHub actions runners with Docker-in-Docker | news.ycombinator.com | 2023-07-26
  • scp-action

    GitHub Action that copy files and artifacts via SSH.

  • latex-action

    :octocat: GitHub Action to compile LaTeX documents

  • s3-sync-action

    ๐Ÿ”„ GitHub Action to sync a directory with a remote S3 bucket ๐Ÿงบ

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • firebase-action

    GitHub Action for interacting with Firebase

  • Project mention: GalaxyFrinder - Wormhole Mapper! | /r/Eve | 2023-06-07

    I have created TONS of custom systems for this, and have open sourced a lot of the micro-services, backends, CI/CD tools and pipelines: New Eden WebAPI (and Cloud Functions) - This is the backend authentication webapi that handles auth for the mapper (as well as cloud functions) Node ESI Stackdriver - Custom ESI library I created for all my TS backends that also does all it's logging to GCP stackdriver Firebase Action - Custom GitHub Action to automatically deploy static sites like GalaxyFinder and Account Management on commit Setup Firebase - Custom GitHub Action for using firebase cli to automate deployments, emulation, testing, and more (improvement of firebase-action) Firebase Trigger - Custom GitHub action used to update version numbers on deployments to trigger release notifications to users Chingy Locations (Deprecated) - Somewhat outdated micro-service used to update player locations for the mapper (deprecated and replaced) Capsuleer Locations - New location golang micro-service Go ESI - Custom golang esi module I created and is used for kill tracking, aura discord bots, and more Go ZKB - Custom golang zkb module I created to ingest redisq feed Go EvePraisal - Custom golang evepraisal module I created to interact and apraise chunks of data (for getting things like full kill values of virtually fitted ships) Aura Bot - Custom Aura Discord bot built to handle things like SRP, Kill tracking, etc. Built on top of go.esi, go.zkb, go.evepraisel, discordgo Eve Routes - Rust micro-service that gets routes for EVE using a* algorithm to find the shortest, safest, less safe, custom routes

  • trivy-action

    Runs Trivy as GitHub action to scan your Docker container image for vulnerabilities

  • 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: ILPT - Neighbors smashed my windshield, set a camera to record my daughter and I, reported my actions to someone i have a PFA against (i was then attacked, hospitalized and lost a week of work), blocked my driveway (with cars and ppl), their kid brought a knife on bus and threatened my daughter etc | /r/IllegalLifeProTips | 2023-04-30
  • sonarcloud-github-action

    Integrate SonarCloud code analysis to GitHub Actions

  • Project mention: Streamlining Coverage Reports in SonarCloud with an NX Monorepo | dev.to | 2024-04-16

    SonarCloud makes it possible to auto-scan your repositories without setting up a CI pipeline. All you have to do is create a free SonarCloud account, connect your GitHub project, and commit and push the sonar config file. But with this approach, it is impossible to generate a coverage report for your repository. To handle this issue, Sonar provides a GitHub action to upload your generated coverage report as part of your defined quality gates.

  • static_status

    ๐ŸšฆBash script to generate a static status page.

  • github-action-push-to-another-repository

    github Action to push files into another Github repository

  • hello-github-actions

    Create a GitHub Action and use it in a workflow.

  • mkdkr

    mkdkr = Makefile + Docker

  • Firebase-Distribution-Github-Action

    This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.

  • lychee-action

    Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.

  • check-spelling

    Spelling checker action to check spelling in repositories / pull requests / commits

  • 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.

  • mongodb-github-action

    Use MongoDB in GitHub Actions

  • upload-rust-binary-action

    GitHub Action for building and uploading Rust binary to GitHub Releases.

  • Project mention: Show HN: SpaceBadgers โ€“ Free and Libre SVG Badges | news.ycombinator.com | 2023-05-21

    I managed to fork the repository, set up rust and vscode, and run the CLI. Very cool stuff! I am not a Rust developer, though, so this is a pretty big barrier to entry for me to use the library. If you'd like to make it easier for people to run the code themselves, here's my recommendations:

    - Add clear instructions for building/running the code, assuming the developer is already familiar with Cargo. (clone the repo, cd into it, run 'cargo run -- --label Foo --status Bar --color green` like you mentioned in your other comment)

    - Add a github action workflow that builds+uploads the binaries as a Github Release, maybe using something like https://github.com/taiki-e/upload-rust-binary-action (I haven't used this but found it with some googling and it looks reasonable)

    No need to do either of these things, just my recommendation. Thanks again for releasing such a cool project, very nice work, and best of luck!

  • k3d-action

    A GitHub Action to run lightweight ephemeral Kubernetes clusters during workflow. Fundamental advantage of this action is a full customization of embedded k3s clusters. In addition, it provides a private image registry and multi-cluster support.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell github-actions related posts

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,249
2 flutter-action 2,111
3 git-auto-commit-action 1,787
4 docker-github-actions-runner 1,446
5 scp-action 1,083
6 latex-action 1,039
7 s3-sync-action 1,003
8 firebase-action 903
9 trivy-action 683
10 run-on-arch-action 648
11 sonarcloud-github-action 566
12 static_status 513
13 github-action-push-to-another-repository 434
14 hello-github-actions 371
15 mkdkr 354
16 Firebase-Distribution-Github-Action 349
17 lychee-action 260
18 check-spelling 241
19 github-slug-action 238
20 composer-install 219
21 mongodb-github-action 212
22 upload-rust-binary-action 190
23 k3d-action 173

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com