diff --git a/scripts/gitops-update.sh b/scripts/gitops-update.sh index cd1ada1..6b455d6 100755 --- a/scripts/gitops-update.sh +++ b/scripts/gitops-update.sh @@ -62,7 +62,7 @@ _gitops_nochange() { local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}" - ROOT_REPO="${GITOPS_REPO}" ROOT_COMMIT="${SOURCE_COMMIT}" \ + ROOT_REPO="${GITOPS_REPO}" ROOT_COMMIT="${GITOPS_SHA}" \ GITEA_API_URL="${GITEA_API_URL}" GITEA_TOKEN="${GITEA_TOKEN}" \ bash "${SCRIPT_DIR}/report-status.sh" success \ "Install to ${env} ${VERSION} — no change" \