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 41
41
runs-on : ubuntu-22.04
42
42
timeout-minutes : 10
43
43
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.
45
45
steps :
46
46
- name : debugging - dump GitHub context
47
47
env :
Original file line number Diff line number Diff line change @@ -24,23 +24,17 @@ Offset:
24
24
name : offset
25
25
description : |
26
26
Position of the first item to return.
27
-
28
- Combined with the `limit` parameter, only the first 1000 items can be retrieved.
29
27
required : false
30
28
schema :
31
29
type : integer
32
30
default : 0
33
31
minimum : 0
34
- maximum : 1000
35
32
36
33
Limit :
37
34
in : query
38
35
name : limit
39
36
description : |
40
37
Number of items to return.
41
-
42
- Combined with the `offset` parameter, only the first 1000 items can be retrieved.
43
-
44
38
required : false
45
39
schema :
46
40
type : integer
You can’t perform that action at this time.
0 commit comments