Skip to content

Commit 0a97ed8

Browse files
authored
Merge pull request #5 from NixOS/git-push-fix
Fix git push in CI
2 parents de35f9f + b8a9fd2 commit 0a97ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/retire.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for login in *; do
112112
trap 'trace git checkout "$mainBranch" && trace git branch -D "$branchName"' exit
113113
trace git rm "$login"
114114
trace git commit -m "Automatic retirement of @$login"
115-
effect git push -f -u [email protected]:"$ORG"/"$MEMBER_REPO" "$branchName"
115+
effect git push -f -u origin "$branchName"
116116
{
117117
echo "This is an automated PR to retire @$login as a Nixpkgs committers due to not using their commit access for 1 year."
118118
echo ""

0 commit comments

Comments
 (0)