@@ -46,7 +46,7 @@ func (Action) ListActionsSecrets(ctx *context.APIContext) {
4646	// parameters: 
4747	// - name: owner 
4848	//   in: path 
49- 	//   description: owner of the repository  
49+ 	//   description: owner of the repo  
5050	//   type: string 
5151	//   required: true 
5252	// - name: repo 
@@ -216,7 +216,7 @@ func (Action) GetVariable(ctx *context.APIContext) {
216216	// parameters: 
217217	// - name: owner 
218218	//   in: path 
219- 	//   description: name  of the owner  
219+ 	//   description: owner  of the repo  
220220	//   type: string 
221221	//   required: true 
222222	// - name: repo 
@@ -270,7 +270,7 @@ func (Action) DeleteVariable(ctx *context.APIContext) {
270270	// parameters: 
271271	// - name: owner 
272272	//   in: path 
273- 	//   description: name  of the owner  
273+ 	//   description: owner  of the repo  
274274	//   type: string 
275275	//   required: true 
276276	// - name: repo 
@@ -319,7 +319,7 @@ func (Action) CreateVariable(ctx *context.APIContext) {
319319	// parameters: 
320320	// - name: owner 
321321	//   in: path 
322- 	//   description: name  of the owner  
322+ 	//   description: owner  of the repo  
323323	//   type: string 
324324	//   required: true 
325325	// - name: repo 
@@ -386,7 +386,7 @@ func (Action) UpdateVariable(ctx *context.APIContext) {
386386	// parameters: 
387387	// - name: owner 
388388	//   in: path 
389- 	//   description: name  of the owner  
389+ 	//   description: owner  of the repo  
390390	//   type: string 
391391	//   required: true 
392392	// - name: repo 
@@ -458,7 +458,7 @@ func (Action) ListVariables(ctx *context.APIContext) {
458458	// parameters: 
459459	// - name: owner 
460460	//   in: path 
461- 	//   description: name  of the owner  
461+ 	//   description: owner  of the repo  
462462	//   type: string 
463463	//   required: true 
464464	// - name: repo 
@@ -660,7 +660,7 @@ func (Action) ListWorkflowJobs(ctx *context.APIContext) {
660660	// parameters: 
661661	// - name: owner 
662662	//   in: path 
663- 	//   description: name  of the owner  
663+ 	//   description: owner  of the repo  
664664	//   type: string 
665665	//   required: true 
666666	// - name: repo 
@@ -704,7 +704,7 @@ func (Action) ListWorkflowRuns(ctx *context.APIContext) {
704704	// parameters: 
705705	// - name: owner 
706706	//   in: path 
707- 	//   description: name  of the owner  
707+ 	//   description: owner  of the repo  
708708	//   type: string 
709709	//   required: true 
710710	// - name: repo 
@@ -1110,7 +1110,7 @@ func GetWorkflowRun(ctx *context.APIContext) {
11101110	// parameters: 
11111111	// - name: owner 
11121112	//   in: path 
1113- 	//   description: name  of the owner  
1113+ 	//   description: owner  of the repo  
11141114	//   type: string 
11151115	//   required: true 
11161116	// - name: repo 
@@ -1156,7 +1156,7 @@ func ListWorkflowRunJobs(ctx *context.APIContext) {
11561156	// parameters: 
11571157	// - name: owner 
11581158	//   in: path 
1159- 	//   description: name  of the owner  
1159+ 	//   description: owner  of the repo  
11601160	//   type: string 
11611161	//   required: true 
11621162	// - name: repo 
@@ -1215,7 +1215,7 @@ func GetWorkflowJob(ctx *context.APIContext) {
12151215	// parameters: 
12161216	// - name: owner 
12171217	//   in: path 
1218- 	//   description: name  of the owner  
1218+ 	//   description: owner  of the repo  
12191219	//   type: string 
12201220	//   required: true 
12211221	// - name: repo 
@@ -1261,7 +1261,7 @@ func GetArtifactsOfRun(ctx *context.APIContext) {
12611261	// parameters: 
12621262	// - name: owner 
12631263	//   in: path 
1264- 	//   description: name  of the owner  
1264+ 	//   description: owner  of the repo  
12651265	//   type: string 
12661266	//   required: true 
12671267	// - name: repo 
@@ -1330,7 +1330,7 @@ func DeleteActionRun(ctx *context.APIContext) {
13301330	// parameters: 
13311331	// - name: owner 
13321332	//   in: path 
1333- 	//   description: name  of the owner  
1333+ 	//   description: owner  of the repo  
13341334	//   type: string 
13351335	//   required: true 
13361336	// - name: repo 
@@ -1382,7 +1382,7 @@ func GetArtifacts(ctx *context.APIContext) {
13821382	// parameters: 
13831383	// - name: owner 
13841384	//   in: path 
1385- 	//   description: name  of the owner  
1385+ 	//   description: owner  of the repo  
13861386	//   type: string 
13871387	//   required: true 
13881388	// - name: repo 
@@ -1443,7 +1443,7 @@ func GetArtifact(ctx *context.APIContext) {
14431443	// parameters: 
14441444	// - name: owner 
14451445	//   in: path 
1446- 	//   description: name  of the owner  
1446+ 	//   description: owner  of the repo  
14471447	//   type: string 
14481448	//   required: true 
14491449	// - name: repo 
@@ -1492,7 +1492,7 @@ func DeleteArtifact(ctx *context.APIContext) {
14921492	// parameters: 
14931493	// - name: owner 
14941494	//   in: path 
1495- 	//   description: name  of the owner  
1495+ 	//   description: owner  of the repo  
14961496	//   type: string 
14971497	//   required: true 
14981498	// - name: repo 
@@ -1559,7 +1559,7 @@ func DownloadArtifact(ctx *context.APIContext) {
15591559	// parameters: 
15601560	// - name: owner 
15611561	//   in: path 
1562- 	//   description: name  of the owner  
1562+ 	//   description: owner  of the repo  
15631563	//   type: string 
15641564	//   required: true 
15651565	// - name: repo 
0 commit comments