Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed Oct 19, 2024
1 parent 4c934f0 commit 514d139
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: tgymnich/[email protected]
- uses: actions/checkout@v4
with:
owner: RootHide
base: master
head: master
fetch-depth: 0
submodules: true

- name: Merge upstream changes
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git remote add upstream https://github.com/theos/lib.git
git checkout master && git fetch upstream && git merge upstream/master
git push origin master

0 comments on commit 514d139

Please sign in to comment.