We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f79b commit d6b219bCopy full SHA for d6b219b
.github/workflows/preview-build.yml
@@ -159,7 +159,7 @@ jobs:
159
const { owner, repo } = context.repo;
160
const pull_number = context.payload.pull_request.number;
161
162
- const files = await github.paginate(github.rest.pulls.listFiles, {
+ const allFiles = await github.paginate(github.rest.pulls.listFiles, {
163
owner,
164
repo,
165
pull_number,
0 commit comments