How do I improve this GitHub Action? (new user)

This page summarizes the projects mentioned and recommended in the original post on /r/github

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

    name: Test on: [workflow_dispatch] jobs: updater: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: token: 'ghp_459REDACTEDlrKB4' - name: Download and extract tarballs run: | wget -q https://github.com/starship/starship/releases/download/v1.9.1/starship-aarch64-unknown-linux-musl.tar.gz tar xvf starship-aarch64-unknown-linux-musl.tar.gz -C bin/aarch64 rm starship-aarch64-unknown-linux-musl.tar.gz wget -q https://github.com/starship/starship/releases/download/v1.9.1/starship-arm-unknown-linux-musleabihf.tar.gz tar xvf starship-arm-unknown-linux-musleabihf.tar.gz -C bin/armv7l rm starship-arm-unknown-linux-musleabihf.tar.gz wget -q https://github.com/starship/starship/releases/download/v1.9.1/starship-x86_64-unknown-linux-gnu.tar.gz tar xvf starship-x86_64-unknown-linux-gnu.tar.gz -C bin/x86_64 rm starship-x86_64-unknown-linux-gnu.tar.gz git config --global user.name "eggbean" git config --global user.email [email protected] git add bin git commit -m "Upgrade starship to v1.9.1" git push

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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts