From 8cd372333e3a9c35ce2335c0bbf80c3bf8bc0628 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Sun, 11 Aug 2024 17:21:35 -0700 Subject: [PATCH] 40-char sha --- .github/workflows/test-pr-command.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-pr-command.yml b/.github/workflows/test-pr-command.yml index 3d01cde3..67734e59 100644 --- a/.github/workflows/test-pr-command.yml +++ b/.github/workflows/test-pr-command.yml @@ -98,6 +98,8 @@ jobs: - id: get-sha uses: hudsonm62/short-sha@v1 + with: + length: 40 # - name: Get SHA of checked-out PR # id: get-sha-2