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 635cb2e commit 39ddedfCopy full SHA for 39ddedf
.github/workflows/docs.yml
@@ -89,7 +89,7 @@ jobs:
89
fi
90
91
SRC_REPO="${GITHUB_REPOSITORY}"
92
- SRC_REF="$(git rev-parse --short HEAD)"
+ SRC_REF="${GITHUB_SHA::7}"
93
SRC_URL="https://github.com/${SRC_REPO}/commit/${SRC_REF}"
94
95
git -C pages config user.name "GitHub Actions"
0 commit comments