Skip to content

Commit d6b219b

Browse files
committed
Typo
1 parent e66f79b commit d6b219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
const { owner, repo } = context.repo;
160160
const pull_number = context.payload.pull_request.number;
161161
162-
const files = await github.paginate(github.rest.pulls.listFiles, {
162+
const allFiles = await github.paginate(github.rest.pulls.listFiles, {
163163
owner,
164164
repo,
165165
pull_number,

0 commit comments

Comments
 (0)