Skip to content

Commit

Permalink
Update rebase.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Goode <mail@evangoo.de>
  • Loading branch information
evan-goode committed Jul 14, 2023
1 parent 4fd0c76 commit bf8194b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Rebase on upstream master
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
merge:
runs-on: ubuntu-latest
Expand All @@ -15,6 +16,6 @@ jobs:
git pull --unshallow
git remote add upstream https://github.com/PrismLauncher/meta-launcher.git
git pull --rebase upstream
git pull --rebase upstream master
git push --force origin master

0 comments on commit bf8194b

Please sign in to comment.