1
0
mirror of https://github.com/alei1180/curlone.git synced 2025-11-23 22:45:05 +02:00

chore: Добавление Action обновления зависимостей OneScript (#225)

This commit is contained in:
Dmitry Ivanov
2025-10-03 23:17:22 +03:00
committed by GitHub
parent fa25863398
commit 161ffd89cf

View File

@@ -0,0 +1,16 @@
name: Обновление зависимостей
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
update-dependencies:
if: github.repository_owner == 'alei1180'
runs-on: ubuntu-latest
steps:
- name: Обновление зависимостей
uses: Stivo182/depos-action@v1
with:
message-prefix: build(deps)