Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
233dada authored Oct 9, 2024
1 parent 41a2e59 commit 5d41900
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/Scheduled-Merge-Remote-Action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Scheduled Merge Remote Action

on:
push:
branches:
- master

#schedule:
#- cron: '0 14 * * *'

jobs:
merge-upstream:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master # set the branch to merge to
fetch-depth: 0
- name: Merge Upstream
uses: exions/merge-upstream@v1
with:
upstream: userXinos/HadesSpace # set the upstream repo
upstream-branch: master # set the upstream branch to merge from
branch: master # set the branch to merge to
16 changes: 0 additions & 16 deletions .github/workflows/auto-pull.yml

This file was deleted.

0 comments on commit 5d41900

Please sign in to comment.