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

Commit

Permalink
Merge pull request #111 from book000/fix/preview-diff-master
Browse files Browse the repository at this point in the history
fix: git diffの比較先がmasterじゃなかったのを修正
  • Loading branch information
book000 authored Dec 11, 2021
2 parents ccc2cfb + 8aeba4c commit b1ce2c7
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 b1ce2c7

Please sign in to comment.