test if
This commit is contained in:
		@@ -15,7 +15,7 @@ runs:
 | 
				
			|||||||
      args: dotnet publish -r linux-x64 -c Release --self-contained -o dist -p:AssemblyName=App
 | 
					      args: dotnet publish -r linux-x64 -c Release --self-contained -o dist -p:AssemblyName=App
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: create dockerfile
 | 
					  - name: create dockerfile
 | 
				
			||||||
    if: ${{ inputs.dockerfile }} == ''
 | 
					    if: ${{ inputs.dockerfile == '' }} 
 | 
				
			||||||
    uses: docker://ubuntu:latest
 | 
					    uses: docker://ubuntu:latest
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      entrypoint: "/bin/bash"
 | 
					      entrypoint: "/bin/bash"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user