Update action.yml

不要再容器中运行
This commit is contained in:
周凡 2021-04-29 13:20:12 +08:00 committed by GitHub
parent a47b2886f8
commit 97dcd7641c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,5 @@ inputs:
required: true
runs:
using: 'docker'
image: 'Dockerfile'
using: 'node12'
main: 'entrypoint.js'