mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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
|
done
|
||||||
|
|
||||||
# get the current commit sha
|
# 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
|
# Load the error code
|
||||||
ERROR_CODE=$?
|
ERROR_CODE=$?
|
||||||
|
|
Loading…
Reference in a new issue