From b720e047b018e633c4dce16753c215f68bbc7b64 Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Fri, 2 Feb 2024 09:30:56 +0900 Subject: [PATCH] fix: allow workflow modification by github actions Signed-off-by: Takayuki Murooka --- .github/workflows/sync-awf-latest.yaml | 2 ++ 1 file changed, 2 insertions(+) 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