Files
EeveeSpotifyReborn/.github/workflows/update-repo.yml
T
zx a4a6826555 new repo system (#579)
* ci: new repo updater

* fix: +x formatter

* update: repo

* chore: rename universal file

to stop file outputs like "repo.universal.altstore.json"

* literally mfw

* update: repo

* insane

* ok, fine, i guess we'll keep repo.json, i hope everybody sees our updated repo announcement

* update: repo

* whoopsies, fix dates

* docs: repos

* docs(repos): update links

* fix: trollapps better with altstore source

* update: repo

* docs(repos): shorter links

---------

Co-authored-by: asdfzxcvbn <asdfzxcvbn@users.noreply.github.com>
2024-12-21 12:01:46 -05:00

27 lines
539 B
YAML

name: Update Repo
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.6
- name: Run Update Script
run: ./Tools/Updater/EeveeRepoUpdate
- name: Generate Sources
run: ./Tools/Formatter/urf -input repo.json -output Repositories
- name: Push Changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: "update: repo"