simple delete
This commit is contained in:
		@@ -2,16 +2,6 @@ name: Create VM at proxmox
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
    inputs:
 | 
			
		||||
      logLevel:
 | 
			
		||||
        description: 'Log level'
 | 
			
		||||
        required: true
 | 
			
		||||
        default: 'warning'
 | 
			
		||||
        type: choice
 | 
			
		||||
        options:
 | 
			
		||||
        - info
 | 
			
		||||
        - warning
 | 
			
		||||
        - debug
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  deploy:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user