File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 4141 runs-on : ubuntu-22.04
4242 timeout-minutes : 10
4343 env :
44- CACHE_VERSION : 1.01 # bump this to run all clients on the CI.
44+ CACHE_VERSION : 1.02 # bump this to run all clients on the CI.
4545 steps :
4646 - name : debugging - dump GitHub context
4747 env :
Original file line number Diff line number Diff line change @@ -24,23 +24,17 @@ Offset:
2424 name : offset
2525 description : |
2626 Position of the first item to return.
27-
28- Combined with the `limit` parameter, only the first 1000 items can be retrieved.
2927 required : false
3028 schema :
3129 type : integer
3230 default : 0
3331 minimum : 0
34- maximum : 1000
3532
3633Limit :
3734 in : query
3835 name : limit
3936 description : |
4037 Number of items to return.
41-
42- Combined with the `offset` parameter, only the first 1000 items can be retrieved.
43-
4438 required : false
4539 schema :
4640 type : integer
You can’t perform that action at this time.
0 commit comments