mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
new: repo
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Update Repo
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
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: ./updateRepo
|
||||
|
||||
- name: Push Changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
with:
|
||||
commit_message: "update: repo"
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "EeveeSpotify",
|
||||
"identifier": "com.eevee.source",
|
||||
"subtitle": "EeveeSpotify official source",
|
||||
"apps": []
|
||||
}
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user