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:
16
.github/workflows/update-dependencies.yml
vendored
Normal file
16
.github/workflows/update-dependencies.yml
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user