mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
it wants the long one... (#1313)
This commit is contained in:
parent
f1a03adaa9
commit
c40b8e988f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ CommitAndPush() {
|
|||
done
|
||||
|
||||
# get the current commit sha
|
||||
COMMIT_SHA=$(git rev-parse --short HEAD 2>&1)
|
||||
COMMIT_SHA=$(git rev-parse HEAD 2>&1)
|
||||
|
||||
# Load the error code
|
||||
ERROR_CODE=$?
|
||||
|
|
Loading…
Reference in a new issue