12 lines
222 B
YAML
12 lines
222 B
YAML
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
|