mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
a4a6826555
* 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>
27 lines
539 B
YAML
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"
|