mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
no more packages
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
name: Update Repo
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user