diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index 2b51fbbe..c0424e7e 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -271,7 +271,7 @@ //Check editions if ((committer.commit)||(committer.pr)) { const git = sgit() - const sha = await git.hashObject(filename) + const sha = await git.hashObject(paths.join("/renders", filename)) info("Current render sha", sha) if (committer.sha === sha) { info(`Commit to branch ${committer.branch}`, "(no changes)")