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.
1 parent b16726a commit 854c8bdCopy full SHA for 854c8bd
pre-receive-hooks/always_reject.sh
@@ -8,5 +8,7 @@
8
# https://help.github.com/enterprise/admin/guides/developer-workflow/managing-pre-receive-hooks-on-the-github-enterprise-appliance/
9
#
10
11
-echo "error: rejecting all pushes"
+echo "You are attempting to push to the ${GITHUB_REPO_NAME} repository which has been made read-only"
12
+echo "Access denied, push blocked. Please contact the repository administrator."
13
+
14
exit 1
0 commit comments