Skip to content

Commit e87558c

Browse files
committed
ci: Remove unsupported --remote flag from gh repo fork
The --remote flag is not supported by gh repo fork when a repository argument (google/adk-python) is provided. Removing it ensures the fork is successfully created in GitHub Actions without causing workflow failures. Change-Id: Ied687ee512bb37c1af9f3a7ff8b005bef1afd26f
1 parent 1fa7cda commit e87558c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "Authenticated bot user is $BOT_USER"
109109
110110
# Ensure the fork exists
111-
gh repo fork google/adk-python --clone=false --remote=false || true
111+
gh repo fork google/adk-python --clone=false || true
112112
113113
# Push the branch to the bot fork
114114
git remote add fork "https://x-access-token:${{ secrets.ADK_TRIAGE_AGENT }}@github.com/${BOT_USER}/adk-python.git"

0 commit comments

Comments
 (0)