Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f08aa34

Browse files
authored
Skip Docker in manifest
1 parent 68af989 commit f08aa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ inputs:
2424
required: false
2525
default: '.'
2626
runs:
27-
using: 'docker'
28-
image: 'Dockerfile'
27+
using: 'bash'
28+
main: 'start.sh'

0 commit comments

Comments
 (0)