diff --git a/.github/workflows/sync-awf-latest.yaml b/.github/workflows/sync-awf-latest.yaml index c289d35614624..6bf5683951530 100644 --- a/.github/workflows/sync-awf-latest.yaml +++ b/.github/workflows/sync-awf-latest.yaml @@ -22,4 +22,6 @@ jobs: git fetch awf main git rebase awf/main + git remote remove origin + git remote add origin git@github.com:autowarefoundation/autoware.universe git push origin awf-latest --force