File tree Expand file tree Collapse file tree 4 files changed +41
-0
lines changed
Expand file tree Collapse file tree 4 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1111 required : true
1212 default : " "
1313 type : string
14+ workflow_call : # Allows trigger of the workflow from another workflow
15+ inputs :
16+ custom_version : # Optional input for a custom version
17+ description : ' Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
18+ required : false
19+ token :
20+ description : ' Personal Access Token'
21+ required : true
22+ default : " "
23+ type : string
1424
1525jobs :
1626 get-version :
Original file line number Diff line number Diff line change 1111 required : true
1212 default : " "
1313 type : string
14+ workflow_call : # Allows trigger of the workflow from another workflow
15+ inputs :
16+ custom_version : # Optional input for a custom version
17+ description : ' Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
18+ required : false
19+ token :
20+ description : ' Personal Access Token'
21+ required : true
22+ default : " "
23+ type : string
1424
1525jobs :
1626 get-version :
Original file line number Diff line number Diff line change 1111 required : true
1212 default : " "
1313 type : string
14+ workflow_call : # Allows trigger of the workflow from another workflow
15+ inputs :
16+ custom_version : # Optional input for a custom version
17+ description : ' Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
18+ required : false
19+ token :
20+ description : ' Personal Access Token'
21+ required : true
22+ default : " "
23+ type : string
24+
1425
1526jobs :
1627 get-version :
Original file line number Diff line number Diff line change 1111 required : true
1212 default : " "
1313 type : string
14+ workflow_call : # Allows trigger of the workflow from another workflow
15+ inputs :
16+ custom_version : # Optional input for a custom version
17+ description : ' Custom version to publish (e.g., v1.2.3) -- only edit if you know what you are doing'
18+ required : false
19+ token :
20+ description : ' Personal Access Token'
21+ required : true
22+ default : " "
23+ type : string
1424
1525jobs :
1626 get-version :
You can’t perform that action at this time.
0 commit comments