From 834780356a46b696a632d82c0728ef7a1a882b39 Mon Sep 17 00:00:00 2001 From: rizaziz2002 Date: Thu, 28 Apr 2022 18:20:08 -0400 Subject: [PATCH] update workflow files --- .github/workflows/sync.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index c5a9470..9c71863 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -1,7 +1,7 @@ name: Scheduled Merge Remote Action on: schedule: - - cron: 0 0 * * * + - cron: 0 0 * * 0 workflow_dispatch: jobs: merge-upstream: @@ -15,7 +15,7 @@ jobs: - name: Merge Upstream uses: ethan42/merge-upstream@v4 with: - upstream: https://github.com/emikulic/darkhttpd + upstream: emikulic/darkhttpd upstream-branch: master branch: master mayhem-analysis: