Skip to content

Commit 39ddedf

Browse files
committed
.github: debug 2
1 parent 635cb2e commit 39ddedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
9191
SRC_REPO="${GITHUB_REPOSITORY}"
92-
SRC_REF="$(git rev-parse --short HEAD)"
92+
SRC_REF="${GITHUB_SHA::7}"
9393
SRC_URL="https://github.com/${SRC_REPO}/commit/${SRC_REF}"
9494
9595
git -C pages config user.name "GitHub Actions"

0 commit comments

Comments
 (0)