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 9, 2024
1 parent c145c9c commit 2a9430e
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
name: Scheduled Merge Remote Action
on:
schedule:
- cron: "0 0 * * *"
- cron: 0 0 * * *
workflow_dispatch:

jobs:
merge-upstream:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: main # set the branch to merge to
fetch-depth: 0

- name: Merge Upstream
uses: ethan42/merge-upstream@v4
with:
upstream: abuakbar/golang-simple # set the upstream repo manually
upstream-branch: main # set the upstream branch to merge from
branch: main # set the branch to merge to

steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
fetch-depth: 0
- name: Merge Upstream
uses: ethan42/merge-upstream@v4
with:
upstream: https://github.com/emikulic/darkhttpd
upstream-branch: master
branch: master
mayhem-analysis:
uses: ./.github/workflows/mayhem.yml

0 comments on commit 2a9430e

Please sign in to comment.