Skip to content

Обновление зависимостей #2

Обновление зависимостей

Обновление зависимостей #2

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