Skip to content

Commit

Permalink
po
Browse files Browse the repository at this point in the history
  • Loading branch information
takayuki5168 committed Feb 2, 2024
1 parent fea7278 commit 6ead094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-awf-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout awf-latest
git checkout awf-latest-tmp
git remote add awf https://github.com/autowarefoundation/autoware.universe
git fetch awf main
git rebase awf/main
git remote remove origin
git remote add origin [email protected]:tier4/autoware.universe
git push origin awf-latest --force
git push origin awf-latest-tmp --force

0 comments on commit 6ead094

Please sign in to comment.