Skip to content

Commit

Permalink
Skip Docker in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m authored Nov 12, 2019
1 parent 68af989 commit f08aa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ inputs:
required: false
default: '.'
runs:
using: 'docker'
image: 'Dockerfile'
using: 'bash'
main: 'start.sh'

0 comments on commit f08aa34

Please sign in to comment.