diff --git a/action.yml b/action.yml index 1994b9a..919e335 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'zcong1993' branding: icon: 'message-square' color: 'blue' -inputs: +inputs: dingToken: description: 'DingDing bot token' required: true @@ -14,4 +14,4 @@ inputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://zcong/actions-ding:latest'