Skip to content

Commit

Permalink
Добавляет загрузку контента и ручно запуск
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Aug 1, 2024
1 parent 45f0d8e commit 7472af5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Create Release Draft

on:
workflow_dispatch:
schedule:
- cron: '0 5 1 * *'

Expand All @@ -11,6 +12,8 @@ jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: Загрузка контента
uses: actions/checkout@v4
- name: Создание черновика релиза
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7472af5

Please sign in to comment.