new: repo

This commit is contained in:
zx
2024-05-28 21:03:52 -04:00
parent d4e1dd850e
commit 5f6f1cb49b
3 changed files with 31 additions and 0 deletions
+25
View File
@@ -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"
+6
View File
@@ -0,0 +1,6 @@
{
"name": "EeveeSpotify",
"identifier": "com.eevee.source",
"subtitle": "EeveeSpotify official source",
"apps": []
}
Executable
BIN
View File
Binary file not shown.