This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 3c2c60dee5 FINERACT-2495: Fix signed commits check to use PR head SHA
instead of merge ref
3c2c60dee5 is described below
commit 3c2c60dee5042e6f028bb1476224fd2492b36cb6
Author: DeathGun44 <[email protected]>
AuthorDate: Wed Feb 18 22:42:45 2026 +0530
FINERACT-2495: Fix signed commits check to use PR head SHA instead of merge
ref
Signed-off-by: DeathGun44 <[email protected]>
---
.github/workflows/verify-commits.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/verify-commits.yml
b/.github/workflows/verify-commits.yml
index 69dfca6e10..dec454f059 100644
--- a/.github/workflows/verify-commits.yml
+++ b/.github/workflows/verify-commits.yml
@@ -43,5 +43,5 @@ jobs:
chmod +x scripts/verify-signed-commits.sh
./scripts/verify-signed-commits.sh \
--base-ref origin/${{ github.base_ref }} \
- --head-ref ${{ github.sha }} \
+ --head-ref ${{ github.event.pull_request.head.sha }} \
--strict