From fea7278eb4c9bf218640ca307d459b674cfc3ebf Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Fri, 2 Feb 2024 09:33:42 +0900 Subject: [PATCH] fix Signed-off-by: Takayuki Murooka --- .github/workflows/sync-awf-latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-awf-latest.yaml b/.github/workflows/sync-awf-latest.yaml index 6bf5683951530..a099ba0cfd53c 100644 --- a/.github/workflows/sync-awf-latest.yaml +++ b/.github/workflows/sync-awf-latest.yaml @@ -23,5 +23,5 @@ jobs: git rebase awf/main git remote remove origin - git remote add origin git@github.com:autowarefoundation/autoware.universe + git remote add origin git@github.com:tier4/autoware.universe git push origin awf-latest --force