diff --git a/.gitea/workflows/update-yandex-music.yaml b/.gitea/workflows/update-yandex-music.yaml new file mode 100644 index 0000000..d485337 --- /dev/null +++ b/.gitea/workflows/update-yandex-music.yaml @@ -0,0 +1,11 @@ +name: Update Yandex Music +run-name: ${{gitea.actor}} updating yandex-music ebuild if needed +on: + schedule: + - cron: '0 * * * *' + +jobs: + Check-New-Releases: + runs-on: ubuntu-latest + steps: + - run: echo Test