Skip Docker in manifest

This commit is contained in:
Adam Dobrawy 2019-11-12 19:23:34 +01:00 committed by GitHub
parent 68af9897f2
commit f08aa344e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,5 @@ inputs:
required: false required: false
default: '.' default: '.'
runs: runs:
using: 'docker' using: 'bash'
image: 'Dockerfile' main: 'start.sh'