Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: git diffの比較先がmasterじゃなかったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Dec 11, 2021
1 parent fad40eb commit 8aeba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/gen-page-preview/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function scrollFullPage(page: Page) {

test("page screenshot", async ({ page }) => {
const files = execSync(
"git diff --diff-filter=ACMR --name-only HEAD^1 HEAD",
"git diff --diff-filter=ACMR --name-only master HEAD",
{
cwd: process.env.GITHUB_WORKSPACE + "/content/",
}
Expand Down

0 comments on commit 8aeba4c

Please sign in to comment.