From cfaaffc0a5c009c757be72ab140c478038d39848 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 1 Jul 2025 12:10:03 -0700 Subject: [PATCH] fix typo in create-or-update-pr task --- pipelines/shared-tasks/create-or-update-pr/task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/shared-tasks/create-or-update-pr/task.sh b/pipelines/shared-tasks/create-or-update-pr/task.sh index 77a97e600..c1e4ebf91 100755 --- a/pipelines/shared-tasks/create-or-update-pr/task.sh +++ b/pipelines/shared-tasks/create-or-update-pr/task.sh @@ -15,7 +15,7 @@ git status # Prepare to be able to do commits and pushes. git config user.email "pinniped-ci-bot@users.noreply.github.com" git config user.name "Pinny" -git remote add https_origin "${GH_TOKEN}@https://github.com/vmware/pinniped.git" +git remote add https_origin "https://${GH_TOKEN}@github.com/vmware/pinniped.git" # Add all the changed files. git add .