shortref is now 10
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
Chris 2023-10-26 16:44:36 +02:00
parent c3fbb0fc67
commit 0f13bdea27

View File

@ -26,7 +26,7 @@ jobs:
- name: Prepare
id: prep
run: |
SHORTREF=${GITHUB_SHA::8}
SHORTREF=${GITHUB_SHA::10}
# Set output parameters.
echo ::set-output name=shortref::${SHORTREF}