Skip to content

Commit

Permalink
Update sync-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ioworker0 authored Mar 18, 2024
1 parent 390bc96 commit 9606314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
cp linux/.github/workflows/sync-repo.yml .
cd linux
git fetch kernel master
git push -f origin kernel/master:master
# git fetch kernel master
# git push -f origin kernel/master:master
cd ..
git pull [email protected]:ioworker0/linux.git linux1
Expand All @@ -63,5 +63,5 @@ jobs:
cp ../sync-repo.yml .github/workflows/sync-repo.yml
git add .github/workflows/sync-repo.yml
git commit -m "[AUTO-COMMIT] AUTO SYNC KERNEL REPO" .github/workflows/sync-repo.yml
git push origin master
# git push origin master

0 comments on commit 9606314

Please sign in to comment.