diff --git a/Hugo/hugo.yml b/Hugo/hugo.yml index c6fcecd..9e005da 100644 --- a/Hugo/hugo.yml +++ b/Hugo/hugo.yml @@ -50,7 +50,7 @@ steps: # Commit and push all static files with pipeline started timestamp - cd $CI_REPO_NAME - git add . - - git commit -m "Woodpecker CI ${CI_BUILD_CREATED}" + - git commit -m "Woodpecker CI ${CI_COMMIT_SHA}" - git push when: event: push