Skip to content

Fix: Adapt MYMPD_API_WEBRADIO_FAVORITE_SAVE api change #26 #106

Fix: Adapt MYMPD_API_WEBRADIO_FAVORITE_SAVE api change #26

Fix: Adapt MYMPD_API_WEBRADIO_FAVORITE_SAVE api change #26 #106

Workflow file for this run

name: index
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
createIndex:
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: sudo apt install -y jq
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Create index of lua scripts
run: ./index.sh
- name: Add, commit and push
uses: EndBug/[email protected]
with:
add: index.json
message: Update index
push: true