File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 15
15
type : string
16
16
required : true
17
17
description : " The paths to invalidate in CloudFront, e.g. '/vapor /xctvapor'."
18
+ workflow_dispatch :
19
+ inputs :
20
+ repository :
21
+ type : string
22
+ required : true
23
+ description : " The repository of the package to build docs for."
24
+ package_name :
25
+ type : string
26
+ required : true
27
+ description : " The name of the package to build docs for."
28
+ modules :
29
+ type : string
30
+ required : true
31
+ description : " The modules in the package to build docs for."
32
+ pathsToInvalidate :
33
+ type : string
34
+ required : true
35
+ description : " The paths to invalidate in CloudFront, e.g. '/vapor /xctvapor'."
18
36
19
37
jobs :
20
38
25
43
- name : Check out code
26
44
uses : actions/checkout@v3
27
45
with :
46
+ repository : ${{ inputs.repository || github.repository }}
28
47
fetch-depth : 0
29
48
- name : Install curl and awscliv2
30
49
run : |
You can’t perform that action at this time.
0 commit comments