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 79ae82f commit 7c653d5Copy full SHA for 7c653d5
.github/workflows/tasks-publish.yml
@@ -24,8 +24,8 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v3
27
- with:
28
- token: ${{ secrets.BOT_ACCESS_TOKEN }}
+ # with:
+ # token: ${{ secrets.BOT_ACCESS_TOKEN }}
29
- run: corepack enable
30
- uses: actions/setup-node@v3
31
with:
packages/hub/src/lib/list-files.ts
@@ -35,7 +35,7 @@ export interface ListFileEntry {
35
* List files in a folder. To list ALL files in the directory, call it
36
* with {@link params.recursive} set to `true`.
37
*/
38
-export async function* listFiles(params: {
+export async function* xlistFiles(params: {
39
repo: RepoDesignation;
40
/**
41
* Do we want to list files in subdirectories?
0 commit comments