Тестовая реализация команд
This commit is contained in:
11
.gitea/workflows/update-yandex-music.yaml
Normal file
11
.gitea/workflows/update-yandex-music.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user