We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de35f9f + b8a9fd2 commit 0a97ed8Copy full SHA for 0a97ed8
scripts/retire.sh
@@ -112,7 +112,7 @@ for login in *; do
112
trap 'trace git checkout "$mainBranch" && trace git branch -D "$branchName"' exit
113
trace git rm "$login"
114
trace git commit -m "Automatic retirement of @$login"
115
- effect git push -f -u [email protected]:"$ORG"/"$MEMBER_REPO" "$branchName"
+ effect git push -f -u origin "$branchName"
116
{
117
echo "This is an automated PR to retire @$login as a Nixpkgs committers due to not using their commit access for 1 year."
118
echo ""
0 commit comments