From 4f215f485dc0afe38eddfb267317a5fcc9d88c0d Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 22 May 2023 22:42:38 +0300 Subject: [PATCH] update ci/cd --- .github/workflows/autoupdate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 3cca06d..1bc5dc2 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -3,12 +3,13 @@ name: autoupdate on: schedule: - cron: '0 0 * * *' + workflow_dispatch: jobs: merge-upstream: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup bot