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: