Skip to content

Commit

Permalink
update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
rizaziz authored and ForAllSecure Mayhem Bot committed Mar 19, 2024
1 parent 2812e64 commit 6c8f171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Scheduled Merge Remote Action
on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 0
workflow_dispatch:
jobs:
merge-upstream:
Expand All @@ -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:
Expand Down

0 comments on commit 6c8f171

Please sign in to comment.