We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51f214 commit 96e757fCopy full SHA for 96e757f
actions/cdn-upload/v2/action.yaml
@@ -65,6 +65,7 @@ runs:
65
66
# hash is the first 4 characters of the sha256sum of the part that gets truncated.
67
hash=$(echo -n "${tenantTeam}" | sha256sum | cut -d ' ' -f 1 | cut -b 1-4)
68
+ hashLength=${#hash}
69
70
# truncate the middle part (not tenant nor prefix)
71
# for a total output string length of $maxLength.
0 commit comments