Skip to content

Update distro tables #6375

Update distro tables

Update distro tables #6375

name: Update distro tables
on:
schedule:
- cron: "0 */6 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout robostack.github.io
uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.3
- name: Create table noetic
run: |
pixi run compare-completeness noetic robostack-noetic
# - name: Create table foxy
# run: |
# pixi run compare-completeness foxy robostack
# - name: Create table galactic
# run: |
# pixi run compare-completeness galactic robostack-experimental
- name: Create table humble
run: |
pixi run compare-completeness humble robostack-humble
- name: Create table jazzy
run: |
pixi run compare-completeness jazzy robostack-jazzy
- name: Create table kilted
run: |
pixi run compare-completeness kilted robostack-kilted
- name: Commit changes
id: commit
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add docs/noetic.md
git add docs/foxy.md
git add docs/galactic.md
git add docs/humble.md
git add docs/jazzy.md
git add docs/kilted.md
git commit -m "Update tables"
continue-on-error: true
- name: Push changes
if: steps.commit.outcome == 'success'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy