Get rid of command-args separation.
This commit is contained in:
		
							
								
								
									
										10
									
								
								action.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								action.yml
									
									
									
									
									
								
							| @@ -3,16 +3,12 @@ name: "Go Toolbox" | ||||
| description: "A toolbox for golang applications development." | ||||
| author: "Stanislav N. aka pztrn" | ||||
| inputs: | ||||
|   command: # id of input | ||||
|   command: | ||||
|     description: "Command to run." | ||||
|     required: true | ||||
|     default: "task" | ||||
|   args: | ||||
|     description: "Arguments to pass to command." | ||||
|     required: true | ||||
|     default: "-l" | ||||
|     default: "task -l" | ||||
| runs: | ||||
|   using: "docker" | ||||
|   image: "Dockerfile" | ||||
|   args: | ||||
|     - ${{ inputs.command }} ${{ inputs.args }} | ||||
|     - ${{ inputs.command }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user