forked from userXinos/HadesSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.