From bc464f8930c73a4dcd80d5d68c9ccda79211ba20 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 5 May 2022 22:09:44 +0800 Subject: [PATCH] Fixed file permissions on pre-push hook refs https://github.com/TryGhost/Ghost/commit/002cf5b0eba2108d9c2c35491155a5f2b9e6c8e4 - The hook file has to be executable to be triggered in the pre-push stage: hint: The '.git/hooks/pre-push' hook was ignored because it's not set as executable. --- .github/hooks/pre-push | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/hooks/pre-push diff --git a/.github/hooks/pre-push b/.github/hooks/pre-push old mode 100644 new mode 100755